CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtom.Mp3PlayerConfigIOS

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    CriAtom.AdxPlayerConfig
    CreateAdxPlayer(in AdxPlayerConfig)
    CriAtomExAsrRack(in Config)

    streamingFlag

    Declaration
    public NativeBool streamingFlag
    Field Value
    Type Description
    NativeBool
    In this article
    Back to top Generated by DocFX