-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.DataTrackSubscriptionOptionsOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract 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;abstract 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;-
-
Method Detail
-
hasTargetFps
abstract 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
abstract 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;
-
-
-
-