fillAlphaBuffer property
This parameter only applies to video data in BGRA or RGBA format. Whether to extract the alpha channel data from the video frame and automatically fill it into alphaBuffer : true :Extract and fill the alpha channel data. false : (Default) Do not extract and fill the Alpha channel data. For video data in BGRA or RGBA format, you can set the Alpha channel data in either of the following ways: Automatically by setting this parameter to true. Manually through the alphaBuffer parameter.
Implementation
@JsonKey(name: 'fillAlphaBuffer')
final bool? fillAlphaBuffer;