SuportedWaveFormatExtAsWaveFormat Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static WaveFormat AsWaveFormat(
this SupportedWaveFormat formatFlag
)
<ExtensionAttribute>
Public Shared Function AsWaveFormat (
formatFlag As SupportedWaveFormat
) As WaveFormat
public:
[ExtensionAttribute]
static WaveFormat^ AsWaveFormat(
SupportedWaveFormat formatFlag
)
[<ExtensionAttribute>]
static member AsWaveFormat :
formatFlag : SupportedWaveFormat -> WaveFormat
Parameters
- formatFlag
- Type: Ozeki.MediaSupportedWaveFormat
Return Value
Type:
WaveFormatUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SupportedWaveFormat. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also