encodeAlpha property

  1. @JsonKey(name: 'encodeAlpha')
bool? encodeAlpha
final

Whether to encode and send the Alpha data present in the video frame to the remote end: true : Encode and send Alpha data. false : (Default) Do not encode and send Alpha data.

Implementation

@JsonKey(name: 'encodeAlpha')
final bool? encodeAlpha;