Struct CriAtomExPlayer.PanCbFunc.Arg
コールバックイベント引数型
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomExPlayer.PanCbFunc.Arg
Properties
channelConfig
入力音声のチャンネル構成
Declaration
public readonly CriAtom.ChannelConfig channelConfig { get; }
Property Value
Type | Description |
---|---|
CriAtom.ChannelConfig |
inputChannels
入力音声のチャンネル数
Declaration
public readonly int inputChannels { get; }
Property Value
Type | Description |
---|---|
int |
location
音源の位置情報
Declaration
public readonly NativeReference<CriAtomEx.SphericalCoordinates> location { get; }
Property Value
Type | Description |
---|---|
NativeReference<CriAtomEx.SphericalCoordinates> |
matrix
センドレベルマトリクス
Declaration
public readonly NativeReference<NativeReference<float>> matrix { get; }
Property Value
Type | Description |
---|---|
NativeReference<NativeReference<float>> |
outputChannels
出力先のチャンネル数
Declaration
public readonly int outputChannels { get; }
Property Value
Type | Description |
---|---|
int |
parameter
距離減衰パラメーター
Declaration
public readonly NativeReference<CriAtomEx._3dAttenuationParameter> parameter { get; }
Property Value
Type | Description |
---|---|
NativeReference<CriAtomEx._3dAttenuationParameter> |
speakerMapping
出力先のスピーカーマッピング
Declaration
public readonly CriAtom.SpeakerMapping speakerMapping { get; }
Property Value
Type | Description |
---|---|
CriAtom.SpeakerMapping |