-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitModels.DataTrackSubscriptionOptionsOrBuilder
public final class LivekitModels.DataTrackSubscriptionOptions.Builder extends GeneratedMessageLite.Builder<LivekitModels.DataTrackSubscriptionOptions, LivekitModels.DataTrackSubscriptionOptions.Builder> implements LivekitModels.DataTrackSubscriptionOptionsOrBuilder
Protobuf type
{@code livekit.DataTrackSubscriptionOptions}
-
-
Method Summary
Modifier and Type Method Description booleanhasTargetFps()Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;intgetTargetFps()Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;LivekitModels.DataTrackSubscriptionOptions.BuildersetTargetFps(int value)Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;LivekitModels.DataTrackSubscriptionOptions.BuilderclearTargetFps()Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasTargetFps
boolean hasTargetFps()
Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;
-
getTargetFps
int getTargetFps()
Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;
-
setTargetFps
LivekitModels.DataTrackSubscriptionOptions.Builder setTargetFps(int value)
Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;- Parameters:
value- The targetFps to set.
-
clearTargetFps
LivekitModels.DataTrackSubscriptionOptions.Builder clearTargetFps()
Rate in frames per second (FPS) the subscriber wants to receive frames at. If omitted, the subscriber defaults to the publisher's fpsoptional uint32 target_fps = 1;
-
-
-
-