Package com.mux.spaces.api.proto.signals
Interface Signals.SimulcastConfig.SendEncodingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.SimulcastConfig.SendEncodings
,Signals.SimulcastConfig.SendEncodings.Builder
- Enclosing class:
- Signals.SimulcastConfig
public static interface Signals.SimulcastConfig.SendEncodingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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 identifiercom.google.protobuf.ByteString
getRidBytes()
Restriction identifierdouble
getScaleResolutionDownBy()
double scale_resolution_down_by = 3;
-
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.
-
-