CodecDescription Class |
Namespace: Ozeki.Media
The CodecDescription type exposes the following members.
Name | Description | |
---|---|---|
![]() | CodecDescription | Initializes a new instance of the CodecDescription class |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(CodecDescription) | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | ToCodecInfo | Overloaded. (Defined by CodecInfoEx.) |
![]() | ToCodecInfo | Overloaded. (Defined by CodecInfoEx.) |
Name | Description | |
---|---|---|
![]() | Bitrate | |
![]() | Channels |
Gets the number of channels.
|
![]() | CodecPayloadType |
Gets or sets the numeric ID of the codec.
|
![]() | CodecType |
Gets the type of the codec.
|
![]() | EncodingParameters |
For audio streams, indicates the number of audio channels.
For video streams, no encoding parameters are currently specified.
Additional encoding parameters MAY be defined in the future, butt codec-specific parameters SHOULD NOT be added.
|
![]() | FMTP | |
![]() | MediaType |
Gets the media type that the codec can encode and decode.
|
![]() | Name |
Gets the encoding name of the codec.
|
![]() | PacketizationTime | |
![]() | SampleRate |
Gets the sample rate of the codec.
|