Sha256: 0ed29d898f3bf49d7e996d64a88d76323d07566a518b377b5c891ff732a3b41c

Contents?: true

Size: 1.43 KB

Versions: 10

Compression:

Stored size: 1.43 KB

Contents

module Kaltura
  module Constants
    ##
    # The constants module will soon be depreciated into an Enumeration module to
    # be more in line with the C# API client's namespacing.
    #
    # @see Kaltura::Filter::LiveStreamEntryFilter
    # @see Kaltura::Filter::LiveStreamAdminEntryFilter    
    ##
    class LiveStreamEntryOrderBy
  		MEDIA_TYPE_ASC = "+mediaType" #order by media type ascending
  		MEDIA_TYPE_DESC = "-mediaType" #order by media type descending
  		PLAYS_ASC = "+plays" #order by plays ascending
  		PLAYS_DESC = "-plays" #order by plays descending
  		VIEWS_ASC = "+views" #order by views ascending
  		VIEWS_DESC = "-views" #order by views descending
  		DURATION_ASC = "+duration" #order by duration ascending
  		DURATION_DESC = "-duration" #order by duration descending
  		MS_DURATION_ASC = "+msDuration" #order by millisecond duration ascending
  		MS_DURATION_DESC = "-msDuration" #order by millisecond duration descending
  		NAME_ASC = "+name" #order by name ascending
  		NAME_DESC = "-name" #order by name descending
  		MODERATION_COUNT_ASC = "+moderationCount" #order by moderation count ascending
  		MODERATION_COUNT_DESC = "-moderationCount" #order by moderation count descending
  		CREATED_AT_ASC = "+createdAt" #order by created at ascending
  		CREATED_AT_DESC = "-createdAt" #order by created at descending
  		RANK_ASC = "+rank" #order by rank ascending
  		RANK_DESC = "-rank" #order by rank descending
  	end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
velir_kaltura-ruby-0.4.13 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
velir_kaltura-ruby-0.4.12 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
velir_kaltura-ruby-0.4.11 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
velir_kaltura-ruby-0.4.10 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
goncalossilva_kaltura-ruby-0.4.8.2 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
goncalossilva_kaltura-ruby-0.4.8.1 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
goncalossilva_kaltura-ruby-0.4.8 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
velir_kaltura-ruby-0.4.9 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
velir_kaltura-ruby-0.4.8 lib/kaltura/constants/live_stream_admin_entry_order_by.rb
velir_kaltura-ruby-0.4.7 lib/kaltura/constants/live_stream_admin_entry_order_by.rb