StreamProps#

Package:

@nvidia/omniverse-webrtc-streaming-library v4.4.2

Type:

object

Defined in:

AppStreamer.ts:19

StreamProps

Data for starting a stream.

Type declaration#

streamConfig#

Type:

DirectConfig | GFNConfig

Configuration parameters for the underlying stream source class.

streamSource#

Type:

"direct" | "gfn"

The source of the stream. gfn indicates connection with a kit app streaming on GFN. ‘direct’ covers all current non-GFN cases.