Package 

Interface LivekitModels.DataTrackSubscriptionOptionsOrBuilder

    • Method Summary

      Modifier and Type Method Description
      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 fps
      
      optional uint32 target_fps = 1;
      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 fps
      
      optional uint32 target_fps = 1;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 fps
        
        optional 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 fps
        
        optional uint32 target_fps = 1;