VideoSelectorProgramId
public struct VideoSelectorProgramId : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Selects a specific program from within a multi-program transport stream. If the program doesn’t exist, the first program within the transport stream will be selected by default.
Declaration
Swift
public let programId: Int?
-
Undocumented
Declaration
Swift
public init(programId: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws