Class: Kaltura::Constants::Entry::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/entry.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

AUTOMATIC =

automatically determines status. The default.

-1 #automatically determines status.  The default.
MEDIA_CLIP =

playable media type.

1
MIX =

Kaltura::MixEntry

2
PLAYLIST =

a collection of media entries.

5
DATA =

Kaltura::DataEntry

6
LIVE_STREAM =

Kaltura::LiveStreamEntry

7
DOCUMENT =

Kaltura::DocumentEntry

10