GetWavChunkNumericInfo method |
|
Remarks
Obtains a specific numeric value from a field of the WAV chunk available inside the loaded file. You can know if a certain chunk is available through the IsWavChunkAvailable method.
Syntax
[Visual Basic] Public Function GetWavChunkNumericInfo ( nPlayerIndex as Int16, nInfoField as enumWavChunkNumericInfo ) as Int32 |
[C#] public Int32 GetWavChunkNumericInfo ( Int16 nPlayerIndex, enumWavChunkNumericInfo nInfoField ); |
[C++] public: Int32 GetWavChunkNumericInfo ( Int16 nPlayerIndex, enumWavChunkNumericInfo nInfoField ); |
Parameter |
Description |
|||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
nPlayerIndex |
Number representing the zero-based index of the involved player |
|||||||||||||||||||||||||||||||||||||||
nInfoField |
Identifier of the needed field. Supported values are the following:
|
Return value
The value of the requested field