This documentation is for the old version. Go to the latest Graphics Mill docs

ID3LyricsTimestampFormat Enumeration

Contains possible timestamp formats of synchronized lyrics.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)

Syntax

Visual Basic
Public Enumeration ID3LyricsTimestampFormat
C#
public enum ID3LyricsTimestampFormat

Members

Member name Description
FrameNumbers

Format that uses MPEG frames as units.

Milliseconds

Format that uses milliseconds as units.

Remarks

One of the main feature of synchronized lyrics is that they contain timestamps. Both formats, in which timestamps can be presented, hold values as absolute points of time but use different measure units. Absolute time means that every stamp contains the time from the beginning of the file.

See Also

Reference