Package com.mux.spaces.api.proto.signals
Interface Signals.TrackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.Track
,Signals.Track.Builder
- Enclosing class:
- Signals
public static interface Signals.TrackOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
uint32 height = 6;
java.lang.String
getMid()
string mid = 8;
com.google.protobuf.ByteString
getMidBytes()
string mid = 8;
boolean
getMuted()
bool muted = 4;
java.lang.String
getName()
string name = 3;
com.google.protobuf.ByteString
getNameBytes()
string name = 3;
java.lang.String
getSource()
string source = 5;
com.google.protobuf.ByteString
getSourceBytes()
string source = 5;
java.lang.String
getTid()
string tid = 1;
com.google.protobuf.ByteString
getTidBytes()
string tid = 1;
Signals.Track.TrackType
getType()
.mux.spaces.api.Track.TrackType type = 2;
int
getTypeValue()
.mux.spaces.api.Track.TrackType type = 2;
int
getWidth()
uint32 width = 7;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTid
java.lang.String getTid()
string tid = 1;
- Returns:
- The tid.
-
getTidBytes
com.google.protobuf.ByteString getTidBytes()
string tid = 1;
- Returns:
- The bytes for tid.
-
getTypeValue
int getTypeValue()
.mux.spaces.api.Track.TrackType type = 2;
- Returns:
- The enum numeric value on the wire for type.
-
getType
Signals.Track.TrackType getType()
.mux.spaces.api.Track.TrackType type = 2;
- Returns:
- The type.
-
getName
java.lang.String getName()
string name = 3;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 3;
- Returns:
- The bytes for name.
-
getMuted
boolean getMuted()
bool muted = 4;
- Returns:
- The muted.
-
getSource
java.lang.String getSource()
string source = 5;
- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
string source = 5;
- Returns:
- The bytes for source.
-
getHeight
int getHeight()
uint32 height = 6;
- Returns:
- The height.
-
getWidth
int getWidth()
uint32 width = 7;
- Returns:
- The width.
-
getMid
java.lang.String getMid()
string mid = 8;
- Returns:
- The mid.
-
getMidBytes
com.google.protobuf.ByteString getMidBytes()
string mid = 8;
- Returns:
- The bytes for mid.
-
-