RawOutgoingVideoStream Class
- java.
lang. Object - CallVideoStream
- OutgoingVideoStream
- com.
azure. android. communication. calling. RawOutgoingVideoStream
- com.
public class RawOutgoingVideoStream extends OutgoingVideoStream
Contains information about common properties between different types of outgoing virtual video streams
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Video |
getFormat()
Get VideoStreamFormat used to send VideoFrames |
| long |
getTimestampInTicks()
Timestamp with the time of the current outgoing stream |
| CompletableFuture<Void> |
sendRawVideoFrame(final RawVideoFrame rawVideoFrame)
Send Raw Video Frame |
Inherited Members
Method Details
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(final RawVideoFrame rawVideoFrame)
Send Raw Video Frame
Parameters: