h265 property

  1. @TagNumber.new(2)
VideoStream_H265CodecSettings get h265

H265 codec settings.

Implementation

@$pb.TagNumber(2)
VideoStream_H265CodecSettings get h265 => $_getN(1);
  1. @TagNumber.new(2)
set h265 (VideoStream_H265CodecSettings v)

Implementation

@$pb.TagNumber(2)
set h265(VideoStream_H265CodecSettings v) { setField(2, v); }