TagsEditor.OGG_UniqueFramesIdGet method |
|
Remarks
Obtains a unique frame identifier between the list of unique frames enumerated inside the OGG Vorbis tag through a previous call to the TagsEditor.OGG_UniqueFramesCountGet 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 OGG_UniqueFramesIdGet ( nFrameIndex as Int16 ) as String |
[C#] public string OGG_UniqueFramesIdGet ( Int16 nFrameIndex ); |
[C++] public: string OGG_UniqueFramesIdGet ( Int16 nFrameIndex ); |
Parameter |
Description |
|
|
nFrameIndex |
Zero-based index of the frame. |
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the unique frame identifier |