| MediaDescriptionChangeEventArgsCodecDescriptions Property  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic IEnumerable<CodecDescription> CodecDescriptions { get; }Public ReadOnly Property CodecDescriptions As IEnumerable(Of CodecDescription)
	Get
public:
property IEnumerable<CodecDescription^>^ CodecDescriptions {
	IEnumerable<CodecDescription^>^ get ();
}member CodecDescriptions : IEnumerable<CodecDescription> with get
Property Value
Type: 
IEnumerableCodecDescription
See Also