EsamSignalProcessingNotification class
ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.
Constructors
- EsamSignalProcessingNotification({String? sccXml})
-
EsamSignalProcessingNotification.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sccXml → String?
-
Provide your ESAM SignalProcessingNotification XML document inside your JSON
job settings. Form the XML document as per OC-SP-ESAM-API-I03-131025. The
transcoder will use the signal processing instructions in the message that
you supply. Provide your ESAM SignalProcessingNotification XML document
inside your JSON job settings. For your MPEG2-TS file outputs, if you want
the service to place SCTE-35 markers at the insertion points you specify in
the XML document, you must also enable SCTE-35 ESAM (scte35Esam). Note that
you can either specify an ESAM XML document or enable SCTE-35 passthrough.
You can't do both.
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