AudioDeviceInfoSupportedFormats Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic List<WaveFormat> SupportedFormats { get; }
Public ReadOnly Property SupportedFormats As List(Of WaveFormat)
Get
public:
property List<WaveFormat^>^ SupportedFormats {
List<WaveFormat^>^ get ();
}
member SupportedFormats : List<WaveFormat> with get
Property Value
Type:
ListWaveFormat
See Also