CodecCapabilityCodec Property |
Gets the codec.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public Codec Codec { get; }
Public ReadOnly Property Codec As Codec
Get
public:
property Codec Codec {
Codec get ();
}
member Codec : Codec with get
Property Value
Type:
Codec
The codec.
See Also