Structures

The following structures are available globally.

  • Structure describes basic parameters of the device.

    See more

    Declaration

    Swift

    public struct AVDeviceInfo
  • Undocumented

    See more

    Declaration

    Swift

    public struct AVError : Error, Equatable
  • A link between two filters. This contains pointers to the source and destination filters between which this link exists, and the indexes of the pads involved. In addition, this link also contains the parameters which have been negotiated and agreed upon between the filter, such as image dimensions, format, etc.

    See more

    Declaration

    Swift

    public struct AVFilterLink
  • Undocumented

    See more

    Declaration

    Swift

    public struct AVOption : CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct AVChannel : Equatable