IntdashVideoDecoderOption

public struct IntdashVideoDecoderOption

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

  • デコードする際に入力するデータパケットが、画像1枚分であるかどうかを指定するフラグ(デフォルトは false)。 false の場合、1フレームではフレームの終わりを検出できないため、2フレーム分データを入力しないとデコードされません。

    Declaration

    Swift

    public var isCompleteFrameOnly: Bool
  • デコードをリアルタイムに行うかどうかを指定するフラグ(デフォルトは true)。

    Declaration

    Swift

    public var isRealTime: Bool
  • IntdashVideoDecoderOption を生成します。

    Declaration

    Swift

    public init()