Class: Kaltura::KalturaEntryContextDataParams

Inherits:
KalturaAccessControlScope show all
Defined in:
lib/kaltura_client.rb

Overview

Object which contains contextual entry-related data.

Instance Attribute Summary collapse

Attributes inherited from KalturaAccessControlScope

#contexts, #hashes, #ip, #ks, #referrer, #time, #user_agent

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#flavor_asset_idObject

Id of the current flavor.



7346
7347
7348
# File 'lib/kaltura_client.rb', line 7346

def flavor_asset_id
  @flavor_asset_id
end

#flavor_tagsObject

The tags of the flavors that should be used for playback.



7349
7350
7351
# File 'lib/kaltura_client.rb', line 7349

def flavor_tags
  @flavor_tags
end

#media_protocolObject

Protocol of the specific media object.



7355
7356
7357
# File 'lib/kaltura_client.rb', line 7355

def media_protocol
  @media_protocol
end

#streamer_typeObject

Playback streamer type: RTMP, HTTP, appleHttps, rtsp, sl.



7352
7353
7354
# File 'lib/kaltura_client.rb', line 7352

def streamer_type
  @streamer_type
end