AVOptionSearchFlag

public enum AVOptionSearchFlag : Int32

Undocumented

  • Search in possible children of the given object first.

    Declaration

    Swift

    case children = 1
  • The obj passed to av_opt_find() is fake – only a double pointer to AVClass instead of a required pointer to a struct containing AVClass. This is useful for searching for options without needing to allocate the corresponding object.

    Declaration

    Swift

    case fakeObject = 2