Copyright © 2001-2019 MultiMedia Soft

TagsReader.OGG_TextFrameGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains contents of a specific text-based frame of the OGG Vorbis 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.OGG_TextFrameGet (

nFrameId as enumOggFrames

) as String


 

[C++]

BSTR control.TagsReader.OGG_TextFrameGet (

short nFrameId

);


 

Parameter

Description

 

 

nFrameId

Identifier of the tag frame to get.

Supported values are the following:

Mnemonic Value

Value

Meaning

OGG_FRAME_Album

0

Album

OGG_FRAME_Artist

1

Artist

OGG_FRAME_Comment

2

Comment

OGG_FRAME_Contact

3

Contact

OGG_FRAME_Copyright

4

Copyright

OGG_FRAME_Date

5

Date

OGG_FRAME_Description

6

Description

OGG_FRAME_Genre

7

Genre

OGG_FRAME_ISRC

8

International Standard Recording Code (ISRC)

OGG_FRAME_License

9

License

OGG_FRAME_Location

10

Location

OGG_FRAME_Organization

11

Organization

OGG_FRAME_Performer

12

Performer

OGG_FRAME_Title

13

Title

OGG_FRAME_Track

14

Track

OGG_FRAME_Vendor

15

Vendor

OGG_FRAME_Version

16

Version

 

 

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