Interface VideoStreamOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    VideoStream, VideoStream.Builder

    public interface VideoStreamOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasH264

        boolean hasH264()
         H264 codec settings.
         
        .google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
        Returns:
        Whether the h264 field is set.
      • getH264

        VideoStream.H264CodecSettings getH264()
         H264 codec settings.
         
        .google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
        Returns:
        The h264.
      • hasH265

        boolean hasH265()
         H265 codec settings.
         
        .google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
        Returns:
        Whether the h265 field is set.
      • getH265

        VideoStream.H265CodecSettings getH265()
         H265 codec settings.
         
        .google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
        Returns:
        The h265.
      • hasVp9

        boolean hasVp9()
         VP9 codec settings.
         
        .google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
        Returns:
        Whether the vp9 field is set.
      • getVp9

        VideoStream.Vp9CodecSettings getVp9()
         VP9 codec settings.
         
        .google.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
        Returns:
        The vp9.