LyricLine Constructor

Initializes a new instance of the LyricLine class.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public LyricLine(
	int index,
	int startTime,
	int endTime,
	string text
)

Parameters

index  Int32

[Missing <param name="index"/> documentation for "M:DevCase.Core.Media.Sound.LyricLine.#ctor(System.Int32,System.Int32,System.Int32,System.String)"]

startTime  Int32
The ending lyric time, in milliseconds.
endTime  Int32
The ending lyric time, in milliseconds.
text  String
The lyric text.

See Also