Click or drag to resize

Format Properties

The Format type exposes the following members.

Properties
  NameDescription
Public propertyChannelCount
Gets or sets the channel count.
(Inherited from AudioFormat.)
Public propertyClockRate
Gets or sets the clock rate.
(Inherited from MediaFormatTFormat.)
Public propertyConfig
Gets the clock rate and channel count as a configuration.
(Inherited from AudioFormat.)
Public propertyStatic memberDefaultClockRate
Gets the default clock rate (8000).
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.
(Inherited from AudioFormat.)
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.
(Inherited from AudioFormat.)
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.
(Inherited from AudioFormat.)
Public propertyIsPcma
Gets a value indicating whether this format is PCMA.
(Inherited from AudioFormat.)
Public propertyIsPcmu
Gets a value indicating whether this format is PCMU.
(Inherited from AudioFormat.)
Public propertyLittleEndian
Gets or sets whether the format uses little endian byte order.
(Inherited from AudioFormat.)
Public propertyName
Gets or sets the name.
(Inherited from MediaFormatTFormat.)
Public propertyParameters
Gets the parameters.
(Inherited from AudioFormat.)
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