Click or drag to resize
AudioCompressionManagerGetFormatList Method
Overload List
  NameDescription
Public methodStatic memberCode exampleGetFormatList(Int32)
Gets the format list for specified format tag and suitable driver.
Public methodStatic memberGetFormatList(WaveFormat)
Gets the format list for specified WaveFormat and suitable driver.
  • To filter the format list by nChannels please specify the valid value or 0 otherwise;
  • To filter the format list by wBitsPerSample please specify the valid value or 0 otherwise;
  • To filter the format list by nSamplesPerSec please specify the valid value or 0 otherwise;
  • To filter the format list by wFormatTag please specify the valid value or 0 otherwise;
Public methodStatic memberCode exampleGetFormatList(Int32, Boolean)
Gets the format list for specified format tag and suitable driver.
Public methodStatic memberCode exampleGetFormatList(Int32, Int32)
Gets the format list for specified format tag and driver.
Public methodStatic memberCode exampleGetFormatList(Int32, Int32, Boolean)
Gets the format list for specified format tag and driver.
Top
See Also