IntdashAudioFormat

public enum IntdashAudioFormat

音声の再生やキャプチャに利用する音声フォーマットを表す列挙型。

  • Declaration

    Swift

    case pcmInt16
  • Declaration

    Swift

    case pcmInt32
  • Declaration

    Swift

    case pcmFloat32
  • Declaration

    Swift

    case pcmFloat64
  • AVAudioCommonFormat から列挙型に変換します。

    Declaration

    Swift

    public static func from(commonFormat: AVAudioCommonFormat) -> IntdashAudioFormat?

    Parameters

    commonFormat

    音声フォーマット

    Return Value

    IntdashAudioFormat

  • 対応する AVAudioCommonFormat。

    Declaration

    Swift

    public var commonFormat: AVAudioCommonFormat { get }
  • Declaration

    Swift

    public var size: Int { get }
  • Declaration

    Swift

    public var stride: Int { get }
  • Declaration

    Swift

    public var alignment: Int { get }