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 VideoStreamFormatgetFormat()Get VideoStreamFormat used to send VideoFrameslonggetTimestampInTicks()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-
-
-