TagsEditor.WAV_ListInfoChunkFrameGet method |
|
Remarks
Obtains the text of an INFO frame of the WAV's LIST chunk. Current contents of the INFO sub-chunk can be modified through the TagsEditor.WAV_ListInfoChunkFrameSet method.
For further details about methods related to tags editing refer to the TagsEditorMan class.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] Public Function WAV_ListInfoChunkFrameGet ( strFrameId as string ) as String |
[C#] public string WAV_ListInfoChunkFrameGet ( string strFrameId ); |
[C++] public: string WAV_ListInfoChunkFrameGet ( string 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 TagsEditor.WAV_ListInfoChunkUniqueFramesCountGet and TagsEditor.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 |