Class DVDKaraokeAttributes
DVDKaraokeAttributes class.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class DVDKaraokeAttributes
Properties
ChannelAssignment
Gets or sets the channel assignment.
Declaration
public DVDKaraokeAssignment ChannelAssignment { get; set; }
Property Value
Type | Description |
---|---|
DVDKaraokeAssignment |
ChannelContents
Gets or sets the channel contents.
Declaration
public DVDKaraokeContents[] ChannelContents { get; set; }
Property Value
Type | Description |
---|---|
DVDKaraokeContents[] |
Duet
Gets or sets a value indicating whether this DVDKaraokeAttributes is duet.
Declaration
public bool Duet { get; set; }
Property Value
Type | Description |
---|---|
bool |
MasterOfCeremoniesInGuideVocal1
Gets or sets a value indicating whether [master of ceremonies in guide vocal1].
Declaration
public bool MasterOfCeremoniesInGuideVocal1 { get; set; }
Property Value
Type | Description |
---|---|
bool |
Version
Gets or sets the version.
Declaration
public byte Version { get; set; }
Property Value
Type | Description |
---|---|
byte | The version. |