NetworkInputSettings class

Network source to transcode. Must be accessible to the Elemental Live node that is running the live event through a network connection.

Constructors

NetworkInputSettings({HlsInputSettings? hlsInputSettings, NetworkInputServerValidation? serverValidation})
NetworkInputSettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hlsInputSettings HlsInputSettings?
Specifies HLS input settings when the uri is for a HLS manifest.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverValidation NetworkInputServerValidation?
Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.
final

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