AudioDeviceInfoFormats Property |
Supported Formats.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic WaveFormats Formats { get; set; }
Public Property Formats As WaveFormats
Get
Set
public:
property WaveFormats Formats {
WaveFormats get ();
void set (WaveFormats value);
}
member Formats : WaveFormats with get, set
Property Value
Type:
WaveFormats
The formats.
Remarks
See supported input/output formats of encoders/decoders. Most only support 16-bit
input/input.
See Also