Class: KalturaApi::KalturaEntryContextDataParams
- Inherits:
-
KalturaAccessControlScope
- Object
- KalturaObjectBase
- KalturaAccessControlScope
- KalturaApi::KalturaEntryContextDataParams
- Defined in:
- lib/kaltura_client.rb
Overview
Object which contains contextual entry-related data.
Instance Attribute Summary collapse
-
#flavor_asset_id ⇒ Object
Id of the current flavor.
-
#flavor_tags ⇒ Object
The tags of the flavors that should be used for playback.
-
#media_protocol ⇒ Object
Protocol of the specific media object.
-
#streamer_type ⇒ Object
Playback streamer type: RTMP, HTTP, appleHttps, rtsp, sl.
Attributes inherited from KalturaAccessControlScope
#contexts, #hashes, #ip, #ks, #referrer, #time, #user_agent
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#flavor_asset_id ⇒ Object
Id of the current flavor.
7346 7347 7348 |
# File 'lib/kaltura_client.rb', line 7346 def flavor_asset_id @flavor_asset_id end |
#flavor_tags ⇒ Object
The tags of the flavors that should be used for playback.
7349 7350 7351 |
# File 'lib/kaltura_client.rb', line 7349 def @flavor_tags end |
#media_protocol ⇒ Object
Protocol of the specific media object.
7355 7356 7357 |
# File 'lib/kaltura_client.rb', line 7355 def media_protocol @media_protocol end |
#streamer_type ⇒ Object
Playback streamer type: RTMP, HTTP, appleHttps, rtsp, sl.
7352 7353 7354 |
# File 'lib/kaltura_client.rb', line 7352 def streamer_type @streamer_type end |