Click or drag to resize

CodecStats Properties

The CodecStats type exposes the following members.

Properties
  NameDescription
Public propertyChannelCount
Gets the channel count.
Public propertyClockRate
Gets the clock rate.
Public propertyCodecType
Gets the codec type, "encode" or "decode", depending on whether this object represents a media format that the implementation is prepared to encode or decode.
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyName
Gets the name.
Public propertyParameters
Gets the parameters.
Public propertyPayloadType
Gets the payload type.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Top
See Also