Search Results for

    Show / Hide Table of Contents

    Class AudioFormat

    Audio data storage format used by the runtime.

    Inheritance
    System.Object
    AudioFormat
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class AudioFormat : Enum

    Fields

    Raw

    The raw PCM data.

    Declaration
    public const AudioFormat Raw
    Field Value
    AudioFormat

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Vorbis

    The Vorbis data.

    Declaration
    public const AudioFormat Vorbis
    Field Value
    AudioFormat

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat