MediaChannelDescriptionMediaFormats Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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,
String
See Also