Class CodecManager
Inheritance
System.Object
CodecManager
Assembly: cs.temp.dll.dll
public static class CodecManager
Properties
Declaration
public static CodecList AudioCodecs { get; }
Property Value
Declaration
public static CodecList VideoCodecs { get; }
Property Value
Methods
Declaration
public static Codec FindCodec(CodecType codecType, string name)
Parameters
| Type |
Name |
Description |
| CodecType |
codecType |
|
| System.String |
name |
|
Returns
Declaration
public static int GetCodecCount(CodecType codecType)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|