aud_cnt property

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

Number of simultaneous active audio streams for this call. Setting this to zero will disable audio in this call.

Default: 1

Implementation

@ffi.UnsignedInt()
external int aud_cnt;