DvbSdtSettings

public struct DvbSdtSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let outputSdt: DvbSdtOutputSdt?
  • The number of milliseconds between instances of this table in the output transport stream.

    Declaration

    Swift

    public let repInterval: Int?
  • The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

    Declaration

    Swift

    public let serviceName: String?
  • The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

    Declaration

    Swift

    public let serviceProviderName: String?
  • Undocumented

    Declaration

    Swift

    public init(outputSdt: DvbSdtOutputSdt? = nil, repInterval: Int? = nil, serviceName: String? = nil, serviceProviderName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws