Class: Kaltura::KalturaCaptionAsset
- Inherits:
-
KalturaAsset
- Object
- KalturaObjectBase
- KalturaAsset
- Kaltura::KalturaCaptionAsset
- Defined in:
- lib/kaltura_plugins/kaltura_caption_client_plugin.rb
Instance Attribute Summary collapse
-
#caption_params_id ⇒ Object
The Caption Params used to create this Caption Asset.
-
#format ⇒ Object
The caption format.
-
#is_default ⇒ Object
Is default caption asset of the entry.
-
#label ⇒ Object
Friendly label.
-
#language ⇒ Object
The language of the caption asset content.
-
#language_code ⇒ Object
The language of the caption asset content.
-
#status ⇒ Object
The status of the asset.
Attributes inherited from KalturaAsset
#actual_source_asset_params_ids, #created_at, #deleted_at, #description, #entry_id, #file_ext, #id, #partner_data, #partner_description, #partner_id, #size, #tags, #updated_at, #version
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#caption_params_id ⇒ Object
The Caption Params used to create this Caption Asset
64 65 66 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 64 def @caption_params_id end |
#format ⇒ Object
The caption format
79 80 81 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 79 def format @format end |
#is_default ⇒ Object
Is default caption asset of the entry
73 74 75 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 73 def is_default @is_default end |
#label ⇒ Object
Friendly label
76 77 78 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 76 def label @label end |
#language ⇒ Object
The language of the caption asset content
67 68 69 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 67 def language @language end |
#language_code ⇒ Object
The language of the caption asset content
70 71 72 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 70 def language_code @language_code end |
#status ⇒ Object
The status of the asset
82 83 84 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 82 def status @status end |