Class VideoCodecInfo
Inheritance
VideoCodecInfo
Syntax
[Serializable]
public class VideoCodecInfo : IEquatable<VideoCodecInfo>
Properties
codecImplementation
Declaration
public string codecImplementation { get; }
Property Value
mimeType
Declaration
public string mimeType { get; }
Property Value
name
Declaration
public string name { get; }
Property Value
parameters
Declaration
protected Dictionary<string, string> parameters { get; }
Property Value
sdpFmtpLine
Declaration
public string sdpFmtpLine { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(VideoCodecInfo)
Declaration
public bool Equals(VideoCodecInfo other)
Parameters
Returns
Implements
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
Equality(VideoCodecInfo, VideoCodecInfo)
Declaration
public static bool operator ==(VideoCodecInfo left, VideoCodecInfo right)
Parameters
Returns
Inequality(VideoCodecInfo, VideoCodecInfo)
Declaration
public static bool operator !=(VideoCodecInfo left, VideoCodecInfo right)
Parameters
Returns