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: 1.8.12.0 (1.8.12)
Syntax
public static AudioWaveFormat MarshalFromPtr(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
AudioWaveFormat structure

Return Value

Type: AudioWaveFormat
See Also