RSX Code Reference
    Preparing search index...
    • rsx
    • AudioClipImportOptions

    Class AudioClipImportOptions

    Contains import options you may use to control how an audio clip is imported.

    Hierarchy (View Summary)

    Index
    • get bitDepth(): number

      Size of a single sample in bits. The clip will be converted to this bit depth on import.

      Returns number

    • set bitDepth(value: number): void

      Parameters

      • value: number

      Returns void

    • get is3D(): boolean

      Determines should the clip be played as spatial (3D) audio or as normal audio. 3D clips will be converted to mono on import.

      Returns boolean

    • set is3D(value: boolean): void

      Parameters

      • value: boolean

      Returns void