H264Type

public enum H264Type : UInt8

H.264のフレームの種別を表す列挙型。

  • IDRフレーム。

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case exUnit = 0x08
  • SEI(Supplemental Enhancement Information)であるNALU。

    Declaration

    Swift

    case seiUnit = 0x09