TagsEditor.WAV_CartChunkTimeMarkerFieldGet method |
|
Remarks
Obtains a time marker field of the CART chunk. Time markers can be modified through the TagsEditor.WAV_CartChunkTimeMarkerFieldSet method.
For further details about methods related to tags editing refer to the TagsEditorMan class.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] Public Function WAV_CartChunkTimeMarkerFieldGet ( nFieldId as enumCartChunkTimeMarkerField, nPositionInSamples as Int32 ) as String |
[C#] public string WAV_CartChunkTimeMarkerFieldGet ( enumCartChunkTimeMarkerField nFieldId, ref Int32 nPositionInSamples ); |
[C++] public: string WAV_CartChunkTimeMarkerFieldGet ( enumCartChunkTimeMarkerField nFieldId, Int32 __gc *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:
|