encodedFrameOnly property

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

Whether to subscribe to encoded video frames only: true : Subscribe to the encoded video data (structured data) only; the SDK does not decode or render raw video data. false : (Default) Subscribe to both raw video data and encoded video data.

Implementation

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