AudioDeviceInfoSupportedFormats Property |
Gets the supported metrics.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<AudioFormat> SupportedFormats { get; set; }
Public Property SupportedFormats As List(Of AudioFormat)
Get
Set
public:
property List<AudioFormat^>^ SupportedFormats {
List<AudioFormat^>^ get ();
void set (List<AudioFormat^>^ value);
}
member SupportedFormats : List<AudioFormat> with get, set
Property Value
Type:
ListAudioFormat
The supported metrics.
See Also