h264 property

  1. @TagNumber.new(1)
VideoStream_H264CodecSettings get h264

H264 codec settings.

Implementation

@$pb.TagNumber(1)
VideoStream_H264CodecSettings get h264 => $_getN(0);
  1. @TagNumber.new(1)
set h264 (VideoStream_H264CodecSettings v)

Implementation

@$pb.TagNumber(1)
set h264(VideoStream_H264CodecSettings v) { setField(1, v); }