-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.TrackEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract String
getRoomName()
required
string room_name = 1;
abstract ByteString
getRoomNameBytes()
required
string room_name = 1;
abstract String
getTrackId()
required
string track_id = 2;
abstract ByteString
getTrackIdBytes()
required
string track_id = 2;
abstract boolean
hasFile()
.livekit.DirectFileOutput file = 3;
abstract LivekitEgress.DirectFileOutput
getFile()
.livekit.DirectFileOutput file = 3;
abstract boolean
hasWebsocketUrl()
string websocket_url = 4;
abstract String
getWebsocketUrl()
string websocket_url = 4;
abstract ByteString
getWebsocketUrlBytes()
string websocket_url = 4;
abstract LivekitEgress.TrackEgressRequest.OutputCase
getOutputCase()
-
-
Method Detail
-
getRoomName
abstract String getRoomName()
required
string room_name = 1;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
required
string room_name = 1;
-
getTrackId
abstract String getTrackId()
required
string track_id = 2;
-
getTrackIdBytes
abstract ByteString getTrackIdBytes()
required
string track_id = 2;
-
hasFile
abstract boolean hasFile()
.livekit.DirectFileOutput file = 3;
-
getFile
abstract LivekitEgress.DirectFileOutput getFile()
.livekit.DirectFileOutput file = 3;
-
hasWebsocketUrl
abstract boolean hasWebsocketUrl()
string websocket_url = 4;
-
getWebsocketUrl
abstract String getWebsocketUrl()
string websocket_url = 4;
-
getWebsocketUrlBytes
abstract ByteString getWebsocketUrlBytes()
string websocket_url = 4;
-
getOutputCase
abstract LivekitEgress.TrackEgressRequest.OutputCase getOutputCase()
-
-
-
-