DvbNitSettings

public struct DvbNitSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The numeric value placed in the Network Information Table (NIT).

    Declaration

    Swift

    public let networkId: Int
  • The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.

    Declaration

    Swift

    public let networkName: String
  • The number of milliseconds between instances of this table in the output transport stream.

    Declaration

    Swift

    public let repInterval: Int?
  • Undocumented

    Declaration

    Swift

    public init(networkId: Int, networkName: String, repInterval: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws