Alvas.Audio Class Library

AudioCompressionManager.ChooseCompatibleFormat Method (IntPtr, IntPtr)

Shows the dialog box that enables the user to select the waveform-audio format.

[Visual Basic]
Overloads Public Shared Function ChooseCompatibleFormat( _
   ByVal owner As IntPtr, _
   ByVal oldFormat As IntPtr _
) As FormatChooseResult
[C#]
public static FormatChooseResult ChooseCompatibleFormat(
   IntPtr owner,
   IntPtr oldFormat
);

Parameters

owner
Handle to the window that owns the dialog box.
oldFormat
Specify valid format handle to get the destination formats that can be converted from this format.Or IntPtr.Zero to get all supported formats.

Return Value

See Also

AudioCompressionManager Class | Alvas.Audio Namespace | AudioCompressionManager.ChooseCompatibleFormat Overload List