Module: WscSdk::Enums::TargetDeliveryProtocol

Extended by:
WscSdk::Enums
Defined in:
lib/wsc_sdk/enums/target_delivery_protocol.rb

Overview

Enumerate the delivery methods for a Transcoder or Live Stream

Constant Summary collapse

HLS_HTTPS =

Push content to the Transcoder or Live Stream.

"hls-https"
HLS_HDS =

Pull content into the Transcoder or Live Stream.

"hls-hds"

Method Summary

Methods included from WscSdk::Enums

to_constant, values