Struct CriAtomExAcf.DspBusLinkInfo
DSPバスリンク情報取得用構造体
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomExAcf.DspBusLinkInfo
Remarks
説明: DSPバスリンク情報を取得するための構造体です。 GetDspBusLinkInformation(ushort, out DspBusLinkInfo) 関数に引数として渡します。
Fields
busId
送り先のセッティング内DSPバスID
Declaration
public ushort busId
Field Value
Type | Description |
---|---|
ushort |
busNo
送り先のセッティング内DSPバス番号
Declaration
public ushort busNo
Field Value
Type | Description |
---|---|
ushort |
sendLevel
センドレベル
Declaration
public float sendLevel
Field Value
Type | Description |
---|---|
float |
type
タイプ
Declaration
public CriAtomExAcf.DspBusLinkType type
Field Value
Type | Description |
---|---|
CriAtomExAcf.DspBusLinkType |