AudioFile.SetUserData(Int32, Int32, Int32, IntPtr) Method

Definition

Sets the value at the specified index into the specified property to propertyData, which must have the size that is specified in dataSize.

public int SetUserData (int userDataId, int index, int userDataSize, IntPtr userData);
member this.SetUserData : int * int * int * nativeint -> int

Parameters

userDataId
Int32
index
Int32
userDataSize
Int32
userData
IntPtr

nativeint

Returns

Applies to