Class: Kaltura::KalturaCaptionParams
- Inherits:
-
KalturaAssetParams
- Object
- KalturaObjectBase
- KalturaAssetParams
- Kaltura::KalturaCaptionParams
- Defined in:
- lib/kaltura_plugins/kaltura_caption_client_plugin.rb
Instance Attribute Summary collapse
-
#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 content.
-
#source_params_id ⇒ Object
Id of the caption params or the flavor params to be used as source for the caption creation.
Attributes inherited from KalturaAssetParams
#created_at, #description, #id, #is_system_default, #media_parser_type, #name, #partner_id, #remote_storage_profile_ids, #required_permissions, #source_asset_params_ids, #source_remote_storage_profile_id, #system_name, #tags
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#format ⇒ Object
The caption format
116 117 118 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 116 def format @format end |
#is_default ⇒ Object
Is default caption asset of the entry
110 111 112 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 110 def is_default @is_default end |
#label ⇒ Object
Friendly label
113 114 115 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 113 def label @label end |
#language ⇒ Object
The language of the caption content
107 108 109 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 107 def language @language end |
#source_params_id ⇒ Object
Id of the caption params or the flavor params to be used as source for the caption creation
119 120 121 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 119 def source_params_id @source_params_id end |