GetWavChunkStringInfo method |
|
Remarks
Obtains a specific string 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] control.GetWavChunkStringInfo ( nPlayer as Integer, nInfoField as enumWavChunkStringInfo ) as String |
[C++] LPCTSTR control.GetWavChunkStringInfo ( short nPlayer, short nInfoField ); |
Parameter |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nPlayer |
Number representing the zero-based index of the involved player |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nInfoField |
Identifier of the needed field. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
The requested string |
Syntax
[Visual Basic] control.GetWavChunkStringInfo ( nPlayer as Integer, nInfoField as enumWavChunkStringInfo ) as Integer |
[C++] short control.GetWavChunkStringInfo ( short nPlayer, short nInfoField ); |
Parameter |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nPlayer |
Number representing the zero-based index of the involved player |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nInfoField |
Identifier of the needed field. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
The requested string |