Click or drag to resize

CodecStats Class

Codec stats.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The CodecStats type exposes the following members.

Constructors
  NameDescription
Public methodCodecStats
Initializes a new instance of the CodecStats class
Top
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
Methods
See Also