CdnSettings class
Brief description of the live stream cdn settings.
Constructors
- CdnSettings({String? format, String? frameRate, IngestionInfo? ingestionInfo, String? ingestionType, String? resolution})
- CdnSettings.fromJson(Map json_)
Properties
- format ↔ String?
-
The format of the video stream that you are sending to Youtube.
getter/setter pair
- frameRate ↔ String?
-
The frame rate of the inbound video data.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ingestionInfo ↔ IngestionInfo?
-
The ingestionInfo object contains information that YouTube provides that
you need to transmit your RTMP or HTTP stream to YouTube.
getter/setter pair
- ingestionType ↔ String?
-
The method or protocol used to transmit the video stream.
Possible string values are:
getter/setter pair
- resolution ↔ String?
-
The resolution of the inbound video data.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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