Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtMultimedia »

Classe « QAudioFormat »

Informations générales

Héritage

builtins.object
    Object
        QAudioFormat

Définition

class QAudioFormat(Object):

Description [extrait de QAudioFormat.__doc__]

QAudioFormat(self) -> None
QAudioFormat(self, QAudioFormat: PySide6.QtMultimedia.QAudioFormat) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
ChannelConfig2Dot1PySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfig2Dot1
ChannelConfigMonoPySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigMono
ChannelConfigStereoPySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigStereo
ChannelConfigSurround5Dot0PySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround5Dot0
ChannelConfigSurround5Dot1PySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround5Dot1
ChannelConfigSurround7Dot0PySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround7Dot0
ChannelConfigSurround7Dot1PySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround7Dot1
ChannelConfigUnknownPySide6.QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigUnknown
FloatPySide6.QtMultimedia.QAudioFormat.SampleFormat.Float
Int16PySide6.QtMultimedia.QAudioFormat.SampleFormat.Int16
Int32PySide6.QtMultimedia.QAudioFormat.SampleFormat.Int32
NSampleFormatsPySide6.QtMultimedia.QAudioFormat.SampleFormat.NSampleFormats
UInt8PySide6.QtMultimedia.QAudioFormat.SampleFormat.UInt8
UnknownPySide6.QtMultimedia.QAudioFormat.SampleFormat.Unknown

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__() -> None __copy__() -> None [extrait de __copy__.__doc__]
__repr__(self) Return repr(self). [extrait de __repr__.__doc__]
bytesForDuration(self, microseconds: int) -> int bytesForDuration(self, microseconds: int) -> int [extrait de bytesForDuration.__doc__]
bytesForFrames(self, frameCount: int) -> int bytesForFrames(self, frameCount: int) -> int [extrait de bytesForFrames.__doc__]
bytesPerFrame(self) -> int bytesPerFrame(self) -> int [extrait de bytesPerFrame.__doc__]
bytesPerSample(self) -> int bytesPerSample(self) -> int [extrait de bytesPerSample.__doc__]
ChannelConfig
channelConfig(self) -> PySide6.QtMultimedia.QAudioFormat.ChannelConfig channelConfig(self) -> PySide6.QtMultimedia.QAudioFormat.ChannelConfig [extrait de channelConfig.__doc__]
channelCount(self) -> int channelCount(self) -> int [extrait de channelCount.__doc__]
durationForBytes(self, byteCount: int) -> int durationForBytes(self, byteCount: int) -> int [extrait de durationForBytes.__doc__]
durationForFrames(self, frameCount: int) -> int durationForFrames(self, frameCount: int) -> int [extrait de durationForFrames.__doc__]
framesForBytes(self, byteCount: int) -> int framesForBytes(self, byteCount: int) -> int [extrait de framesForBytes.__doc__]
framesForDuration(self, microseconds: int) -> int framesForDuration(self, microseconds: int) -> int [extrait de framesForDuration.__doc__]
isValid(self) -> bool isValid(self) -> bool [extrait de isValid.__doc__]
normalizedSampleValue(self, sample: int) -> float normalizedSampleValue(self, sample: int) -> float [extrait de normalizedSampleValue.__doc__]
SampleFormat
sampleFormat(self) -> PySide6.QtMultimedia.QAudioFormat.SampleFormat sampleFormat(self) -> PySide6.QtMultimedia.QAudioFormat.SampleFormat [extrait de sampleFormat.__doc__]
sampleRate(self) -> int sampleRate(self) -> int [extrait de sampleRate.__doc__]
setChannelConfig(self, config: PySide6.QtMultimedia.QAudioFormat.ChannelConfig) -> None setChannelConfig(self, config: PySide6.QtMultimedia.QAudioFormat.ChannelConfig) -> None [extrait de setChannelConfig.__doc__]
setChannelCount(self, channelCount: int) -> None setChannelCount(self, channelCount: int) -> None [extrait de setChannelCount.__doc__]
setSampleFormat(self, f: PySide6.QtMultimedia.QAudioFormat.SampleFormat) -> None setSampleFormat(self, f: PySide6.QtMultimedia.QAudioFormat.SampleFormat) -> None [extrait de setSampleFormat.__doc__]
setSampleRate(self, sampleRate: int) -> None setSampleRate(self, sampleRate: int) -> None [extrait de setSampleRate.__doc__]

Méthodes héritées de la classe Object

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __sizeof__, __str__