AudioFileMarkerList(IntPtr, Boolean) Constructor

Definition

Create a new AudioFileMarkerList instance.

public AudioFileMarkerList(IntPtr ptr, bool owns);
new AudioToolbox.AudioFileMarkerList : nativeint * bool -> AudioToolbox.AudioFileMarkerList

Parameters

ptr
IntPtr

nativeint

The pointer to the native value.

owns
Boolean

Whether the native pointer should be freed when this managed instance is disposed.

Applies to