DvbSdtSettings class
DVB Service Description Table (SDT)
Constructors
- DvbSdtSettings({DvbSdtOutputSdt? outputSdt, int? repInterval, String? serviceName, String? serviceProviderName})
-
DvbSdtSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputSdt → DvbSdtOutputSdt?
-
Selects method of inserting SDT information into output stream. The
sdtFollow setting copies SDT information from input stream to output stream.
The sdtFollowIfPresent setting 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. The sdtManual setting means user will
enter the SDT information. The sdtNone setting means output stream will not
contain SDT information.
final
- repInterval → int?
-
The number of milliseconds between instances of this table in the output
transport stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String?
-
The service name placed in the serviceDescriptor in the Service Description
Table. Maximum length is 256 characters.
final
- serviceProviderName → String?
-
The service provider name placed in the serviceDescriptor 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