AVClassSupport

public protocol AVClassSupport

Undocumented

  • Undocumented

    Declaration

    Swift

    static var `class`: AVClass { get }
  • Undocumented

    Declaration

    Swift

    func withUnsafeClassObjectPointer<T>(_ body: (UnsafeMutableRawPointer) throws -> T) rethrows -> T