Table of Contents

Enum LrcVoice

Namespace
ModernLrc.Model
Assembly
ModernLrc.dll

Walaoke voice marker carried on lyric lines.

[SuppressMessage("Design", "CA1028:Enum storage should be Int32", Justification = "byte is intentional — LrcVoice is widely embedded in records and arrays; saving 3 bytes per occurrence matters at scale.")]
public enum LrcVoice : byte

Fields

Default = 0

No explicit voice; the line uses propagated state or the document default.

Male = 1

Walaoke M: marker.

Female = 2

Walaoke F: marker.

Duet = 3

Walaoke D: marker (duet / both).