Module: WscSdk::Enums::CustomProvider

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

Overview

Enumerate valid transcoder types.

Constant Summary collapse

AKAMAI_HD =

Akamai Custom Provider

"akamai"
AKAMAI_HLS =

Akamai Cupertino Custom Provider

"akamai_cupertino"
AKAMAI_RTMP =

Akamai RTMP Custom Provider

"akamai_rtmp"
LIMELIGHT =

Limelight Custom Provider

"limelight"
RTMP =

RTMP Custom Provider

"rtmp"
USTREAM =

UStream Custom Provider

"ustream"

Method Summary

Methods included from WscSdk::Enums

to_constant, values