fmt property

  1. @Array.multi<NativeType>([64])
Array<pjmedia_format> fmt
getter/setter pair

Array of supported video formats. Some fields in each supported video format may be set to zero or of "unknown" value, to indicate that the value is unknown or should be ignored. When these value are not set to zero, it indicates that the exact format combination is being used.

Implementation

@ffi.Array.multi([64])
external ffi.Array<pjmedia_format> fmt;