Class RawOutgoingVideoStream
- Object
-
- CallVideoStream
-
- OutgoingVideoStream
-
- RawOutgoingVideoStream
-
- Direct Known Subclasses:
ScreenShareOutgoingVideoStream
,VirtualOutgoingVideoStream
public abstract class RawOutgoingVideoStream extends OutgoingVideoStream
Contains information about common properties between different types of outgoing virtual video streams
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoStreamFormat
getFormat()
Get VideoStreamFormat used to send VideoFrameslong
getTimestampInTicks()
Timestamp with the time of the current outgoing streamCompletableFuture<Void>
sendRawVideoFrame(RawVideoFrame rawVideoFrame)
Send Raw Video Frame-
Methods inherited from class CallVideoStream
finalize, getDirection, getId, getMediaStreamType, getSourceType, getState, getType
-
-
-
-
Method Detail
-
getFormat
public VideoStreamFormat getFormat()
Get VideoStreamFormat used to send VideoFrames
-
getTimestampInTicks
public long getTimestampInTicks()
Timestamp with the time of the current outgoing stream
-
sendRawVideoFrame
public CompletableFuture<Void> sendRawVideoFrame(RawVideoFrame rawVideoFrame)
Send Raw Video Frame- Parameters:
rawVideoFrame
-
-
-