IntdashAudioDecoderOption

public struct IntdashAudioDecoderOption

音声デコーダー用のオプションを格納するクラス。

  • デコード時の音声フォーマット。

    Declaration

    Swift

    public var decodeFormat: IntdashAudioFormat
  • デコード時のサンプリングレート。

    Declaration

    Swift

    public var decodeSampleRate: Double
  • IntdashAudioDecoderOption を生成します。

    Declaration

    Swift

    public init()