AWSKinesisVideoArchivedMediaGetHLSStreamingSessionURLOutput
Objective-C
@interface AWSKinesisVideoArchivedMediaGetHLSStreamingSessionURLOutput
Swift
class AWSKinesisVideoArchivedMediaGetHLSStreamingSessionURLOutput
-
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable HLSStreamingSessionURL;
Swift
var hlsStreamingSessionURL: String? { get set }