MediaChannelDescriptionMediaFormats Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Dictionary<int, string> MediaFormats { get; }
Public ReadOnly Property MediaFormats As Dictionary(Of Integer, String)
Get
public:
property Dictionary<int, String^>^ MediaFormats {
Dictionary<int, String^>^ get ();
}
member MediaFormats : Dictionary<int, string> with get
Property Value
Type:
DictionaryInt32,
StringSee Also