Interface Signals.SimulcastConfig.SendEncodingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMaxBitrate()
      uint32 max_bitrate = 2;
      int getMaxFramerate()
      uint32 max_framerate = 4;
      java.lang.String getRid()
      Restriction identifier
      com.google.protobuf.ByteString getRidBytes()
      Restriction identifier
      double getScaleResolutionDownBy()
      double scale_resolution_down_by = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRid

        java.lang.String getRid()
         Restriction identifier
         
        string rid = 1;
        Returns:
        The rid.
      • getRidBytes

        com.google.protobuf.ByteString getRidBytes()
         Restriction identifier
         
        string rid = 1;
        Returns:
        The bytes for rid.
      • getMaxBitrate

        int getMaxBitrate()
        uint32 max_bitrate = 2;
        Returns:
        The maxBitrate.
      • getScaleResolutionDownBy

        double getScaleResolutionDownBy()
        double scale_resolution_down_by = 3;
        Returns:
        The scaleResolutionDownBy.
      • getMaxFramerate

        int getMaxFramerate()
        uint32 max_framerate = 4;
        Returns:
        The maxFramerate.