AudioFile.CountUserData 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.
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.