widthPx property

  1. @TagNumber(1)
int widthPx

Video resolution width in px

Implementation

@$pb.TagNumber(1)
$core.int get widthPx => $_getIZ(0);
  1. @TagNumber(1)
void widthPx=(int v)

Implementation

@$pb.TagNumber(1)
set widthPx($core.int v) { $_setSignedInt32(0, v); }