IngestionInfo class

Describes information necessary for ingesting an RTMP, HTTP, or SRT stream.

Constructors

IngestionInfo({String? backupIngestionAddress, String? ingestionAddress, String? rtmpsBackupIngestionAddress, String? rtmpsIngestionAddress, String? streamName})
IngestionInfo.fromJson(Map json_)

Properties

backupIngestionAddress String?
The backup ingestion URL that you should use to stream video to YouTube.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ingestionAddress String?
The primary ingestion URL that you should use to stream video to YouTube.
getter/setter pair
rtmpsBackupIngestionAddress String?
This ingestion url may be used instead of backupIngestionAddress in order to stream via RTMPS.
getter/setter pair
rtmpsIngestionAddress String?
This ingestion url may be used instead of ingestionAddress in order to stream via RTMPS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamName String?
The stream name that YouTube assigns to the video stream.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited