Click or drag to resize

AudioWaveFormatMarshalFromPtr Method

Helper function to retrieve a AudioWaveFormat structure from a pointer

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static AudioWaveFormat MarshalFromPtr(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
AudioWaveFormat structure

Return Value

Type: AudioWaveFormat
See Also