AVCodecID

public typealias AVCodecID = CFFmpeg.AVCodecID

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let none: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let MPEG1VIDEO: AVCodecID
  • preferred ID for MPEG-½ video decoding

    Declaration

    Swift

    public static let MPEG2VIDEO: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let H261: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let H263: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let MPEG4: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let H264: AVCodecID
  • VP3

    Undocumented

    Declaration

    Swift

    public static let VP3: AVCodecID
  • PNG

    Undocumented

    Declaration

    Swift

    public static let PNG: AVCodecID
  • PGM

    Undocumented

    Declaration

    Swift

    public static let PGM: AVCodecID
  • BMP

    Undocumented

    Declaration

    Swift

    public static let BMP: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let JPEG2000: AVCodecID
  • VP5

    Undocumented

    Declaration

    Swift

    public static let VP5: AVCodecID
  • VP6

    Undocumented

    Declaration

    Swift

    public static let VP6: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let TIFF: AVCodecID
  • GIF

    Undocumented

    Declaration

    Swift

    public static let GIF: AVCodecID
  • VP8

    Undocumented

    Declaration

    Swift

    public static let VP8: AVCodecID
  • VP9

    Undocumented

    Declaration

    Swift

    public static let VP9: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let WEBP: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let HEVC: AVCodecID
  • VP7

    Undocumented

    Declaration

    Swift

    public static let VP7: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let APNG: AVCodecID
  • AV1

    Undocumented

    Declaration

    Swift

    public static let AV1: AVCodecID
  • SVG

    Undocumented

    Declaration

    Swift

    public static let SVG: AVCodecID
  • MP2

    Undocumented

    Declaration

    Swift

    public static let MP2: AVCodecID
  • MP3

    preferred ID for decoding MPEG audio layer 1, 2 or 3

    Declaration

    Swift

    public static let MP3: AVCodecID
  • AAC

    Undocumented

    Declaration

    Swift

    public static let AAC: AVCodecID
  • Undocumented

    Declaration

    Swift

    public static let FLAC: AVCodecID
  • APE

    Undocumented

    Declaration

    Swift

    public static let APE: AVCodecID
  • MP1

    Undocumented

    Declaration

    Swift

    public static let MP1: AVCodecID
  • The name of the codec.

    Declaration

    Swift

    public var name: String { get }
  • The media type of the codec.

    Declaration

    Swift

    public var mediaType: AVMediaType { get }
  • Declaration

    Swift

    public var description: String { get }