TagsReader.WAV_ListInfoChunkFrameGet method |
![]() ![]() ![]() |
Remarks
Obtains the text of an INFO frame of the WAV's LIST chunk.
For further details about methods related to tags reading refer to the TagsReader object.
For details about the reading of tags see the How to read TAG information in sound files tutorial.
Syntax
[Visual Basic] control.TagsReader.WAV_ListInfoChunkFrameGet ( strFrameId as String ) as String |
[C++] BSTR control.TagsReader.WAV_ListInfoChunkFrameGet ( BSTR strFrameId ); |
Parameter |
Description |
|
|
strFrameId |
String of 4 characters (FOURCC) containing the identifier of the INFO frame to read. You can enumerate identifiers of existing frames through the combination of the TagsReader.WAV_ListInfoChunkUniqueFramesCountGet and TagsReader.WAV_ListInfoChunkUniqueFramesIdGet methods. |
Return value
Value |
Meaning |
|
|
Empty string |
The information is not available or an error occurred (see the LastError property for further error details) |
Valid string |
String with the content of the requested frame |