Class Group
トラック情報
Namespace: LibSasara.Model.Serialize
Assembly: LibSasara.dll
Syntax
public record Group : IHasVersion, IHasCategory, IEquatable<Group>
Properties
CastId
トラックキャストのID。 複数キャストのトークトラック・オーディオトラックは"Mixed"
Declaration
public string? CastId { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
カテゴリ
Declaration
public Category Category { get; set; }
Property Value
Type | Description |
---|---|
Category |
Color
トラックの背景色 ※指定不可
Declaration
public string? Color { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
トラックID
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IsMuted
トラックのミュート
Declaration
public bool IsMuted { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsSolo
トラックのソロ再生
Declaration
public bool IsSolo { get; set; }
Property Value
Type | Description |
---|---|
bool |
Language
トラックの言語。 ※ボイス複数の場合は最初のキャストの言語?
Declaration
public string? Language { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
トラック名
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Pan
トラックの左右パン
Declaration
public double Pan { get; set; }
Property Value
Type | Description |
---|---|
double |
SnapShot
トラックの固定時、キャッシュのID
Declaration
public string? SnapShot { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
バージョン
Declaration
public Version? Version { get; set; }
Property Value
Type | Description |
---|---|
Version |
VersionString
バージョン
Declaration
public string? VersionString { get; set; }
Property Value
Type | Description |
---|---|
string |
Volume
トラックボリューム
Declaration
public double Volume { get; set; }
Property Value
Type | Description |
---|---|
double |