Copyright © 2001-2019 MultiMedia Soft

TagsReader.WAV_CartChunkTextFieldGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains contents of a specific text-based field of the CART chunk.

 

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

nFieldId as enumCartChunkField

) as String


 

[C++]

BSTR control.TagsReader.WAV_CartChunkTextFieldGet (

short nFieldId

);


 

Parameter

Description

 

 

nFieldId

Identifier of the field to get.

Supported values are the following:

Mnemonic Value

Value

Meaning

WAV_CART_CHUNK_VERSION

0

Version of the data structure (Read only)

WAV_CART_CHUNK_TITLE

1

Title of cart audio sequence

WAV_CART_CHUNK_ARTIST

2

Artist or creator name

WAV_CART_CHUNK_CUTID

3

Cut number identification

WAV_CART_CHUNK_CLIENTID

4

Client identification

WAV_CART_CHUNK_CATEGORY

5

Category ID, PSA, NEWS, etc

WAV_CART_CHUNK_CLASSIFICATION

6

Classification or auxiliary key

WAV_CART_CHUNK_OUTCUE

7

Out cue text

WAV_CART_CHUNK_STARTDATE

8

Start date YYYY-MM-DD

WAV_CART_CHUNK_STARTTIME

9

Start time hh:mm:ss

WAV_CART_CHUNK_ENDDATE

10

End date YYYY-MM-DD

WAV_CART_CHUNK_ENDTIME

11

End time hh:mm:ss

WAV_CART_CHUNK_PRODUCERAPPID

12

Name of vendor or application

WAV_CART_CHUNK_PRODUCERAPPVERSION

13

Version of producer application

WAV_CART_CHUNK_USERDEF

14

User defined text

WAV_CART_CHUNK_LEVELREFERENCE

15

Sample value for 0 dB reference

WAV_CART_CHUNK_URL

16

Uniform resource locator

WAV_CART_CHUNK_TAGTEXT

17

Tag text

 

 

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 field