CodecStats Class |
Namespace: FM.IceLink
The CodecStats type exposes the following members.
Name | Description | |
---|---|---|
![]() | CodecStats | Initializes a new instance of the CodecStats class |
Name | Description | |
---|---|---|
![]() | ChannelCount |
Gets the channel count.
|
![]() | ClockRate |
Gets the clock rate.
|
![]() | CodecType |
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.
|
![]() | Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) |
![]() | Name |
Gets the name.
|
![]() | Parameters |
Gets the parameters.
|
![]() | PayloadType |
Gets the payload type.
|
![]() | Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) |
Name | Description | |
---|---|---|
![]() | DeserializeProperties |
Deserializes the properties.
(Overrides BaseStatsDeserializeProperties(String, String).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromJson |
Derializes codec stats from JSON.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SerializeProperties |
Serializes the properties.
(Overrides BaseStatsSerializeProperties(DictionaryString, String).) |
![]() | ToJson |
Serializes this to JSON.
|
![]() ![]() | ToJson(CodecStats) |
Serializes codec stats to JSON.
|
![]() | ToString | (Inherited from Object.) |