Type Alias: StreamProps#
StreamProps =
object
StreamProps
Data for starting a stream.
Properties#
logFormat?#
optionallogFormat:LogFormat
The format of the log file.
Default Value#
LogFormat.JSON
logLevel?#
optionallogLevel:LogLevel
The log level to use for the stream.
Default Value#
LogLevel.INFO
streamConfig#
streamConfig:
DirectConfig|GFNConfig|NVCFConfig
Configuration parameters for the underlying stream source class.
streamSource#
streamSource:
StreamType
The source of the stream. ‘gfn’ indicates connection with a kit app streaming on GFN. ‘direct’ covers all current non-GFN cases.