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.4.13.0
Syntax
public static IntPtr MarshalToPtr(
	AudioWaveFormat format
)

Parameters

format  AudioWaveFormat
AudioWaveFormat

Return Value

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