DvbSdtSettings

public struct DvbSdtSettings : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let serviceProviderName: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws