Stream
public struct Stream : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Channel ARN for the stream.
Declaration
Swift
public let channelArn: String? -
The stream’s health.
Declaration
Swift
public let health: StreamHealth? -
URL of the video master manifest, required by the video player to play the HLS stream.
Declaration
Swift
public let playbackUrl: String? -
ISO-8601 formatted timestamp of the stream’s start.
Declaration
Swift
public let startTime: TimeStamp? -
The stream’s state.
Declaration
Swift
public let state: StreamState? -
Number of current viewers of the stream.
Declaration
Swift
public let viewerCount: Int64? -
Undocumented
Declaration
Swift
public init(channelArn: String? = nil, health: StreamHealth? = nil, playbackUrl: String? = nil, startTime: TimeStamp? = nil, state: StreamState? = nil, viewerCount: Int64? = nil)
View on GitHub
Stream Structure Reference