-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.UpdateLocalVideoTrackOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetTrackSid()string track_sid = 1;abstract ByteStringgetTrackSidBytes()string track_sid = 1;abstract intgetWidth()uint32 width = 2;abstract intgetHeight()uint32 height = 3;-
-
Method Detail
-
getTrackSid
abstract String getTrackSid()
string track_sid = 1;
-
getTrackSidBytes
abstract ByteString getTrackSidBytes()
string track_sid = 1;
-
getWidth
abstract int getWidth()
uint32 width = 2;
-
getHeight
abstract int getHeight()
uint32 height = 3;
-
-
-
-