stride property

  1. @JsonKey(name: 'stride')
int? stride
final

Line spacing of the incoming video frame, which must be in pixels instead of bytes. For textures, it is the width of the texture.

Implementation

@JsonKey(name: 'stride')
final int? stride;