IntdashVideoCodec

public enum IntdashVideoCodec : Int, CaseIterable

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

  • JPEG

    Declaration

    Swift

    case JPEG = 0
  • H.264

    Declaration

    Swift

    case H264 = 1
  • HEVC(H.265)

    Declaration

    Swift

    case HEVC = 2