Class: Kaltura::MediaInfo
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::MediaInfo
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#audio_bit_rate ⇒ Object
Returns the value of attribute audio_bit_rate.
-
#audio_bit_rate_mode ⇒ Object
Returns the value of attribute audio_bit_rate_mode.
-
#audio_channels ⇒ Object
Returns the value of attribute audio_channels.
-
#audio_codec_id ⇒ Object
Returns the value of attribute audio_codec_id.
-
#audio_duration ⇒ Object
Returns the value of attribute audio_duration.
-
#audio_format ⇒ Object
Returns the value of attribute audio_format.
-
#audio_resolution ⇒ Object
Returns the value of attribute audio_resolution.
-
#audio_sampling_rate ⇒ Object
Returns the value of attribute audio_sampling_rate.
-
#container_bit_rate ⇒ Object
Returns the value of attribute container_bit_rate.
-
#container_duration ⇒ Object
Returns the value of attribute container_duration.
-
#container_format ⇒ Object
Returns the value of attribute container_format.
-
#container_id ⇒ Object
Returns the value of attribute container_id.
-
#container_profile ⇒ Object
Returns the value of attribute container_profile.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#raw_data ⇒ Object
Returns the value of attribute raw_data.
-
#video_bit_rate ⇒ Object
Returns the value of attribute video_bit_rate.
-
#video_bit_rate_mode ⇒ Object
Returns the value of attribute video_bit_rate_mode.
-
#video_codec_id ⇒ Object
Returns the value of attribute video_codec_id.
-
#video_dar ⇒ Object
Returns the value of attribute video_dar.
-
#video_duration ⇒ Object
Returns the value of attribute video_duration.
-
#video_format ⇒ Object
Returns the value of attribute video_format.
-
#video_frame_rate ⇒ Object
Returns the value of attribute video_frame_rate.
-
#video_height ⇒ Object
Returns the value of attribute video_height.
-
#video_rotation ⇒ Object
Returns the value of attribute video_rotation.
-
#video_width ⇒ Object
Returns the value of attribute video_width.
-
#writing_lib ⇒ Object
Returns the value of attribute writing_lib.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#audio_bit_rate ⇒ Object
Returns the value of attribute audio_bit_rate.
1387 1388 1389 |
# File 'lib/kaltura/kaltura_client.rb', line 1387 def audio_bit_rate @audio_bit_rate end |
#audio_bit_rate_mode ⇒ Object
Returns the value of attribute audio_bit_rate_mode.
1388 1389 1390 |
# File 'lib/kaltura/kaltura_client.rb', line 1388 def audio_bit_rate_mode @audio_bit_rate_mode end |
#audio_channels ⇒ Object
Returns the value of attribute audio_channels.
1389 1390 1391 |
# File 'lib/kaltura/kaltura_client.rb', line 1389 def audio_channels @audio_channels end |
#audio_codec_id ⇒ Object
Returns the value of attribute audio_codec_id.
1385 1386 1387 |
# File 'lib/kaltura/kaltura_client.rb', line 1385 def audio_codec_id @audio_codec_id end |
#audio_duration ⇒ Object
Returns the value of attribute audio_duration.
1386 1387 1388 |
# File 'lib/kaltura/kaltura_client.rb', line 1386 def audio_duration @audio_duration end |
#audio_format ⇒ Object
Returns the value of attribute audio_format.
1384 1385 1386 |
# File 'lib/kaltura/kaltura_client.rb', line 1384 def audio_format @audio_format end |
#audio_resolution ⇒ Object
Returns the value of attribute audio_resolution.
1391 1392 1393 |
# File 'lib/kaltura/kaltura_client.rb', line 1391 def audio_resolution @audio_resolution end |
#audio_sampling_rate ⇒ Object
Returns the value of attribute audio_sampling_rate.
1390 1391 1392 |
# File 'lib/kaltura/kaltura_client.rb', line 1390 def audio_sampling_rate @audio_sampling_rate end |
#container_bit_rate ⇒ Object
Returns the value of attribute container_bit_rate.
1373 1374 1375 |
# File 'lib/kaltura/kaltura_client.rb', line 1373 def container_bit_rate @container_bit_rate end |
#container_duration ⇒ Object
Returns the value of attribute container_duration.
1372 1373 1374 |
# File 'lib/kaltura/kaltura_client.rb', line 1372 def container_duration @container_duration end |
#container_format ⇒ Object
Returns the value of attribute container_format.
1369 1370 1371 |
# File 'lib/kaltura/kaltura_client.rb', line 1369 def container_format @container_format end |
#container_id ⇒ Object
Returns the value of attribute container_id.
1370 1371 1372 |
# File 'lib/kaltura/kaltura_client.rb', line 1370 def container_id @container_id end |
#container_profile ⇒ Object
Returns the value of attribute container_profile.
1371 1372 1373 |
# File 'lib/kaltura/kaltura_client.rb', line 1371 def container_profile @container_profile end |
#file_size ⇒ Object
Returns the value of attribute file_size.
1368 1369 1370 |
# File 'lib/kaltura/kaltura_client.rb', line 1368 def file_size @file_size end |
#flavor_asset_id ⇒ Object
Returns the value of attribute flavor_asset_id.
1367 1368 1369 |
# File 'lib/kaltura/kaltura_client.rb', line 1367 def flavor_asset_id @flavor_asset_id end |
#id ⇒ Object
Returns the value of attribute id.
1366 1367 1368 |
# File 'lib/kaltura/kaltura_client.rb', line 1366 def id @id end |
#raw_data ⇒ Object
Returns the value of attribute raw_data.
1393 1394 1395 |
# File 'lib/kaltura/kaltura_client.rb', line 1393 def raw_data @raw_data end |
#video_bit_rate ⇒ Object
Returns the value of attribute video_bit_rate.
1377 1378 1379 |
# File 'lib/kaltura/kaltura_client.rb', line 1377 def video_bit_rate @video_bit_rate end |
#video_bit_rate_mode ⇒ Object
Returns the value of attribute video_bit_rate_mode.
1378 1379 1380 |
# File 'lib/kaltura/kaltura_client.rb', line 1378 def video_bit_rate_mode @video_bit_rate_mode end |
#video_codec_id ⇒ Object
Returns the value of attribute video_codec_id.
1375 1376 1377 |
# File 'lib/kaltura/kaltura_client.rb', line 1375 def video_codec_id @video_codec_id end |
#video_dar ⇒ Object
Returns the value of attribute video_dar.
1382 1383 1384 |
# File 'lib/kaltura/kaltura_client.rb', line 1382 def video_dar @video_dar end |
#video_duration ⇒ Object
Returns the value of attribute video_duration.
1376 1377 1378 |
# File 'lib/kaltura/kaltura_client.rb', line 1376 def video_duration @video_duration end |
#video_format ⇒ Object
Returns the value of attribute video_format.
1374 1375 1376 |
# File 'lib/kaltura/kaltura_client.rb', line 1374 def video_format @video_format end |
#video_frame_rate ⇒ Object
Returns the value of attribute video_frame_rate.
1381 1382 1383 |
# File 'lib/kaltura/kaltura_client.rb', line 1381 def video_frame_rate @video_frame_rate end |
#video_height ⇒ Object
Returns the value of attribute video_height.
1380 1381 1382 |
# File 'lib/kaltura/kaltura_client.rb', line 1380 def video_height @video_height end |
#video_rotation ⇒ Object
Returns the value of attribute video_rotation.
1383 1384 1385 |
# File 'lib/kaltura/kaltura_client.rb', line 1383 def video_rotation @video_rotation end |
#video_width ⇒ Object
Returns the value of attribute video_width.
1379 1380 1381 |
# File 'lib/kaltura/kaltura_client.rb', line 1379 def video_width @video_width end |
#writing_lib ⇒ Object
Returns the value of attribute writing_lib.
1392 1393 1394 |
# File 'lib/kaltura/kaltura_client.rb', line 1392 def writing_lib @writing_lib end |