Copyright © 2008-2019 MultiMedia Soft

TagsEditor.WAV_BextChunkTextFieldGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains contents of a specific text-based field of the BEXT chunk. Current contents can be modified through the TagsEditor.WAV_BextChunkTextFieldSet method.

 

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

nFieldId as enumBextChunkField

) as String


 

[C++]

BSTR control.TagsEditor.WAV_BextChunkTextFieldGet (

short nFieldId

);


 

Parameter

Description

 

 

nFieldId

Identifier of the field to get.

Supported values are the following:

Mnemonic Value

Value

Meaning

WAV_BEXT_CHUNK_Description

0

Description of the sound sequence

WAV_BEXT_CHUNK_Originator

1

Name of the originator

WAV_BEXT_CHUNK_OriginatorReference

2

Reference of the originator

WAV_BEXT_CHUNK_OriginationDate

3

Originator date yyyy-mm-dd

WAV_BEXT_CHUNK_OriginationTime

4

Originator time hh-mm-ss

WAV_BEXT_CHUNK_TimeReference_Low

5

First sample count since midnight: lower 32 bits

WAV_BEXT_CHUNK_TimeReference_High

6

First sample count since midnight: higher 32 bits

WAV_BEXT_CHUNK_TimeReference_Full

7

First sample count since midnight: 64 bits number

WAV_BEXT_CHUNK_TimeReference_Formatted

8

Formatted time since midnight

WAV_BEXT_CHUNK_Version

9

Version of the BWF; unsigned binary number (Read only)

WAV_BEXT_CHUNK_CodHistory

10

Coding history

 

 

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