DvbSdtSettings class
Inserts DVB Service Description Table (NIT) at the specified table repetition interval.
Constructors
- DvbSdtSettings({OutputSdt? outputSdt, int? sdtInterval, String? serviceName, String? serviceProviderName})
-
DvbSdtSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputSdt → OutputSdt?
-
Selects method of inserting SDT information into output stream. "Follow
input SDT" copies SDT information from input stream to output stream.
"Follow input SDT if present" copies SDT information from input stream to
output stream if SDT information is present in the input, otherwise it will
fall back on the user-defined values. Enter "SDT Manually" means user will
enter the SDT information. "No SDT" means output stream will not contain
SDT information.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdtInterval → int?
-
The number of milliseconds between instances of this table in the output
transport stream.
final
- serviceName → String?
-
The service name placed in the service_descriptor in the Service Description
Table. Maximum length is 256 characters.
final
- serviceProviderName → String?
-
The service provider name placed in the service_descriptor in the Service
Description Table. Maximum length is 256 characters.
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