AudioFile.SetUserData(Int32, Int32, Int32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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