Struct CriAtom.Mp3PlayerConfigIOS
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
[Serializable]
public struct CriAtom.Mp3PlayerConfigIOS
Remarks
MP3プレーヤ作成用コンフィグ構造体
Fields
maxChannels
Declaration
public int maxChannels
Field Value
Type | Description |
---|---|
int |
maxSamplingRate
Declaration
public int maxSamplingRate
Field Value
Type | Description |
---|---|
int |
soundRendererType
サウンドレンダラタイプ
Declaration
public CriAtom.SoundRendererType soundRendererType
Field Value
Type | Description |
---|---|
CriAtom.SoundRendererType |
Remarks
説明: Atomプレーヤー、またはASRがが内部で作成するサウンドレンダラの種別を指定するためのデータ型です。 AtomプレーヤーやASR作成時にコンフィグ構造体のパラメーターとして指定します。
注意: Any は SetSoundRendererType(SoundRendererType) 関数に対してのみ指定可能です。 ボイスプール作成時には使用できません。
See Also
streamingFlag
Declaration
public NativeBool streamingFlag
Field Value
Type | Description |
---|---|
NativeBool |