Enumerations

The following enumerations are available globally.

  • ビデオコーデックを表す列挙型。

    See more

    Declaration

    Swift

    public enum IntdashVideoCodec : Int, CaseIterable
  • 音声コーデックを表す列挙型。

    See more

    Declaration

    Swift

    public enum IntdashAudioCodec : Int, CaseIterable
  • MP4ファイルへ書き込む際の基準時刻のモード。 指定されたタイプのサンプルが読み込まれたタイミングを始まりとして扱います。

    See more

    Declaration

    Swift

    public enum MP4WriterBaseTimeMode : CaseIterable
  • ログレベルを表す列挙型。

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public enum IntdashAudioFormat
  • ビデオをエンコードする際の品質を表す列挙型。 ビットレートを直接指定する代わりに使用できる画質の指標です。

    See more

    Declaration

    Swift

    public enum IntdashVideoEncodeQuality : String, CaseIterable