Copyright © 2001-2019 MultiMedia Soft

TagsReader.APE_UserFieldGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains contents of a specific user-defined frame of the APE tag.

 

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.APE_UserFieldGet (

strFrameId as String

) as String


 

[C++]

BSTR control.TagsReader.APE_UserFieldGet (

BSTR strFrameId

);


 

Parameter

Description

 

 

strFrameId

String containing the identifier of the specific user-defined frame to get.

You can know which frames are available inside the APE tag by using the combination of the TagsReader.APE_UniqueFramesCountGet and TagsReader.APE_UniqueFramesIdGet 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