TagsReader.WAV_CartChunkTimeMarkerFieldGet method |
![]() ![]() ![]() |
Remarks
Obtains a time marker 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_CartChunkTimeMarkerFieldGet ( nFieldId as enumCartChunkTimeMarkerField, nPositionInSamples as Long ) as String |
[C++] BSTR control.TagsReader.WAV_CartChunkTimeMarkerFieldGet ( short nFieldId, long *nPositionInSamples ); |
Parameter |
Description |
|||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||
nFieldId |
Identifier of the field to get. Supported values are the following:
|
|||||||||||||||||||||||||||
nPositionInSamples |
Reference that, on return from the method call, will contain the time marker position expressed in samples. |
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 of 4 characters (also known as FOURCC) containing the identifier of the time marker. The following table summarizes the basic timer types:
(*) You can define your own timer ID by replacing the XXX with other ASCII characters. (**) Timers may be qualified in one of following ways:
|