TagsEditor.ID3V2_MusicCdIdentifierFrameGet method |
|
Remarks
Obtains a copy in memory of the music CD identifier frame (MCDI) of the ID3V2 tag.
For further details about methods related to tags editing refer to the TagsEditor object.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] control.TagsEditor.ID3V2_MusicCdIdentifierFrameGet ( pBuffer as variant, nBufferLen as long ) as enumErrorCodes |
[C++] short control.TagsEditor.ID3V2_MusicCdIdentifierFrameGet ( const VARIANT FAR& pBuffer, long nBufferLen ); |
Parameter |
Description |
|
|
pBuffer |
Output buffer that, on return from the method call, will contain the CD identifier data |
nBufferLength |
Length of the buffer expressed in bytes. You can know the size in bytes of the buffer needed to store the CD identifier data through the TagsEditor.ID3V2_MusicCdIdentifierFrameSizeGet method. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |