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 network_name_descriptor 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 nitInterval: Int? -
Undocumented
Declaration
Swift
public init(networkId: Int? = nil, networkName: String? = nil, nitInterval: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DvbNitSettings Structure Reference