Package 

Class LivekitModels.DataTrackSubscriptionOptions.Builder

    • Method Summary

      Modifier and Type Method Description
      boolean hasTargetFps()
      Rate in frames per second (FPS) the subscriber wants to receive frames at.
      If omitted, the subscriber defaults to the publisher's fps
      
      optional uint32 target_fps = 1;
      int getTargetFps()
      Rate in frames per second (FPS) the subscriber wants to receive frames at.
      If omitted, the subscriber defaults to the publisher's fps
      
      optional uint32 target_fps = 1;
      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 fps
      
      optional uint32 target_fps = 1;
      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 fps
      
      optional 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 fps
        
        optional 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 fps
        
        optional uint32 target_fps = 1;