RawOutgoingVideoStream Class

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
VideoStreamFormat 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 sendRawVideoFrame(final RawVideoFrame rawVideoFrame)

Send Raw Video Frame

Parameters:

rawVideoFrame

Applies to