Module: WscSdk::Enums::DeliveryMethod

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

Overview

Enumerate the delivery methods for a Transcoder or Live Stream

Constant Summary collapse

PUSH =

Push content to the Transcoder or Live Stream.

"push"
PULL =

Pull content into the Transcoder or Live Stream.

"pull"

Method Summary

Methods included from WscSdk::Enums

to_constant, values