AudioDeviceInfoSupportedFormats Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ListWaveFormatSee Also