Click or drag to resize

AudioWaveFormatMarshalToPtr Method

Helper function to marshal AudioWaveFormat to an IntPtr

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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