Interface VideoStreamOrBuilder (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface VideoStreamOrBuilder extends MessageOrBuilder
Methods
getCodecSettingsCase()
public abstract VideoStream.CodecSettingsCase getCodecSettingsCase()
getH264()
public abstract VideoStream.H264CodecSettings getH264()
H264 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
getH264OrBuilder()
public abstract VideoStream.H264CodecSettingsOrBuilder getH264OrBuilder()
H264 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
getH265()
public abstract VideoStream.H265CodecSettings getH265()
H265 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
getH265OrBuilder()
public abstract VideoStream.H265CodecSettingsOrBuilder getH265OrBuilder()
H265 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
getVp9()
public abstract VideoStream.Vp9CodecSettings getVp9()
VP9 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
getVp9OrBuilder()
public abstract VideoStream.Vp9CodecSettingsOrBuilder getVp9OrBuilder()
VP9 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
hasH264()
public abstract boolean hasH264()
H264 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;
Returns |
Type |
Description |
boolean |
Whether the h264 field is set.
|
hasH265()
public abstract boolean hasH265()
H265 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;
Returns |
Type |
Description |
boolean |
Whether the h265 field is set.
|
hasVp9()
public abstract boolean hasVp9()
VP9 codec settings.
.google.events.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;
Returns |
Type |
Description |
boolean |
Whether the vp9 field is set.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface VideoStreamOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.video.transcoder.v1.VideoStreamOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.VideoStreamOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.VideoStreamOrBuilder) \n\n public interface VideoStreamOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getCodecSettingsCase()\n\n public abstract VideoStream.CodecSettingsCase getCodecSettingsCase()\n\n### getH264()\n\n public abstract VideoStream.H264CodecSettings getH264()\n\nH264 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;`\n\n### getH264OrBuilder()\n\n public abstract VideoStream.H264CodecSettingsOrBuilder getH264OrBuilder()\n\nH264 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;`\n\n### getH265()\n\n public abstract VideoStream.H265CodecSettings getH265()\n\nH265 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;`\n\n### getH265OrBuilder()\n\n public abstract VideoStream.H265CodecSettingsOrBuilder getH265OrBuilder()\n\nH265 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;`\n\n### getVp9()\n\n public abstract VideoStream.Vp9CodecSettings getVp9()\n\nVP9 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;`\n\n### getVp9OrBuilder()\n\n public abstract VideoStream.Vp9CodecSettingsOrBuilder getVp9OrBuilder()\n\nVP9 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;`\n\n### hasH264()\n\n public abstract boolean hasH264()\n\nH264 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.H264CodecSettings h264 = 1;`\n\n### hasH265()\n\n public abstract boolean hasH265()\n\nH265 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.H265CodecSettings h265 = 2;`\n\n### hasVp9()\n\n public abstract boolean hasVp9()\n\nVP9 codec settings.\n\n`.google.events.cloud.video.transcoder.v1.VideoStream.Vp9CodecSettings vp9 = 3;`"]]