Click or drag to resize
AudioWaveFormatMarshalToPtr Method
Helper function to marshal AudioWaveFormat to an IntPtr

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IntPtr MarshalToPtr(
	AudioWaveFormat format
)

Parameters

format
Type: Ozeki.MediaAudioWaveFormat
AudioWaveFormat

Return Value

Type: IntPtr
IntPtr to AudioWaveFormat structure (needs to be freed by callee)
See Also