Class: Kaltura::KalturaPlayableEntry
- Inherits:
-
KalturaBaseEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- Kaltura::KalturaPlayableEntry
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#duration ⇒ Object
The duration in seconds.
-
#duration_type ⇒ Object
The duration type (short for 0-4 mins, medium for 4-20 mins, long for 20+ mins).
-
#height ⇒ Object
The height in pixels.
-
#last_played_at ⇒ Object
The last time the entry was played.
-
#ms_duration ⇒ Object
The duration in miliseconds.
-
#plays ⇒ Object
Number of plays.
-
#views ⇒ Object
Number of views.
-
#width ⇒ Object
The width in pixels.
Attributes inherited from KalturaBaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #conversion_profile_id, #created_at, #creator_id, #description, #download_url, #end_date, #entitled_users_edit, #entitled_users_publish, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #operation_attributes, #partner_data, #partner_id, #partner_sort_value, #rank, #redirect_entry_id, #reference_id, #replaced_entry_id, #replacement_status, #replacing_entry_id, #root_entry_id, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#duration ⇒ Object
The duration in seconds
3658 3659 3660 |
# File 'lib/kaltura_client.rb', line 3658 def duration @duration end |
#duration_type ⇒ Object
The duration type (short for 0-4 mins, medium for 4-20 mins, long for 20+ mins)
3664 3665 3666 |
# File 'lib/kaltura_client.rb', line 3664 def duration_type @duration_type end |
#height ⇒ Object
The height in pixels
3655 3656 3657 |
# File 'lib/kaltura_client.rb', line 3655 def height @height end |
#last_played_at ⇒ Object
The last time the entry was played
3649 3650 3651 |
# File 'lib/kaltura_client.rb', line 3649 def last_played_at @last_played_at end |
#ms_duration ⇒ Object
The duration in miliseconds
3661 3662 3663 |
# File 'lib/kaltura_client.rb', line 3661 def ms_duration @ms_duration end |
#plays ⇒ Object
Number of plays
3643 3644 3645 |
# File 'lib/kaltura_client.rb', line 3643 def plays @plays end |
#views ⇒ Object
Number of views
3646 3647 3648 |
# File 'lib/kaltura_client.rb', line 3646 def views @views end |
#width ⇒ Object
The width in pixels
3652 3653 3654 |
# File 'lib/kaltura_client.rb', line 3652 def width @width end |