Click or drag to resize

AudioFormat Properties

The AudioFormat type exposes the following members.

Properties
  NameDescription
Public propertyChannelCount
Gets or sets the channel count.
Public propertyClockRate
Gets or sets the clock rate.
(Inherited from MediaFormatTFormat.)
Public propertyConfig
Gets the clock rate and channel count as a configuration.
Public propertyStatic memberDtmfName
Gets the name of the DTMF audio format ("telephone-event").
Public propertyFullName
Gets the full name, including clock rate and encoding parameters.
(Inherited from MediaFormatTFormat.)
Public propertyIsDtmf
Gets a value indicating whether this format is DTMF.
Public propertyIsEncrypted
Gets or sets a value indicating that the data is encrypted.
(Inherited from MediaFormatTFormat.)
Public propertyIsInjected
Gets or sets a value indicating that the data is injected into the primary media stream (e.g. DTMF).
(Inherited from MediaFormatTFormat.)
Public propertyIsOpus
Gets a value indicating whether this format is Opus.
Public propertyIsPacketized
Gets or sets a value indicating that the data is packetized for network transmission.
(Inherited from MediaFormatTFormat.)
Public propertyIsPcm
Gets a value indicating whether this format is PCM.
Public propertyIsPcma
Gets a value indicating whether this format is PCMA.
Public propertyIsPcmu
Gets a value indicating whether this format is PCMU.
Public propertyLittleEndian
Gets or sets whether the format uses little endian byte order.
Public propertyName
Gets or sets the name.
(Inherited from MediaFormatTFormat.)
Public propertyStatic memberOpusName
Gets the name of the Opus audio format ("opus").
Public propertyParameters
Gets the parameters.
(Overrides MediaFormatTFormatParameters.)
Public propertyStatic memberPcmaName
Gets the name of the PCMA audio format ("PCMA").
Public propertyStatic memberPcmName
Gets the name of the PCM audio format ("PCM").
Public propertyStatic memberPcmuName
Gets the name of the PCMU audio format ("PCMU").
Public propertyStaticPayloadType
Gets or sets the static payload type, if this format has a static payload type registered with IANA.
(Inherited from MediaFormatTFormat.)
Top
See Also