flags property

  1. @UnsignedInt()
int flags
getter/setter pair

This flags specifies which of the optional settings are valid in this structure. The flags is bitmask combination of pjmedia_aud_dev_cap.

Implementation

@ffi.UnsignedInt()
external int flags;