Share via


AudioFile.CountUserData Method

Definition

Overloads

Name Description
CountUserData(AudioFileChunkType)

Get the number of user data for the specified chunk type.

CountUserData(UInt32)

Get the number of user data for the specified chunk type.

CountUserData(AudioFileChunkType)

Get the number of user data for the specified chunk type.

public int CountUserData(AudioToolbox.AudioFileChunkType chunkType);
member this.CountUserData : AudioToolbox.AudioFileChunkType -> int

Parameters

chunkType
AudioFileChunkType

The fourcc of the chunk.

Returns

The number of user data for the specified chunk type.

Applies to

CountUserData(UInt32)

Get the number of user data for the specified chunk type.

public int CountUserData(uint userData);
member this.CountUserData : uint32 -> int

Parameters

userData
UInt32

The fourcc of the ID whose count to retrieve.

Returns

The number of user udata for the specified ID.

Applies to