Class: Kaltura::Constants::Media::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/media.rb

Overview

The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.

See Also:

Constant Summary collapse

VIDEO =

Video

1
IMAGE =

Image

2
AUDIO =

Audio

5
LIVE_STREAM_FLASH =

Flash Live Stream

201
LIVE_STREAM_WINDOWS_MEDIA =

Windows Media Live Stream

202
LIVE_STREAM_REAL_MEDIA =

Real Media Live Stream

203
LIVE_STREAM_QUICKTIME =

Quicktime Live Stream

204