H265Type

public enum H265Type : UInt8

H265のデータタイプ

  • IDRフレーム。

    Declaration

    Swift

    case idrFrame = 0x00
  • Non-IDRフレーム。

    Declaration

    Swift

    case nonIdrFrame = 0x01
  • H.265のデコードに必要なその他のNALU。

    Declaration

    Swift

    case exUnit = 0x08