Class: FFProbe::StreamInfo
Instance Attribute Summary collapse
-
#bits_per_sample ⇒ Object
Returns the value of attribute bits_per_sample.
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#codec_name ⇒ Object
Returns the value of attribute codec_name.
-
#codec_type ⇒ Object
Returns the value of attribute codec_type.
-
#decoder_time_base ⇒ Object
Returns the value of attribute decoder_time_base.
-
#display_aspect_ratio ⇒ Object
Returns the value of attribute display_aspect_ratio.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#gop_size ⇒ Object
Returns the value of attribute gop_size.
-
#has_b_frames ⇒ Object
Returns the value of attribute has_b_frames.
-
#height ⇒ Object
Returns the value of attribute height.
-
#index ⇒ Object
Returns the value of attribute index.
-
#nb_frames ⇒ Object
Returns the value of attribute nb_frames.
-
#pix_fmt ⇒ Object
Returns the value of attribute pix_fmt.
-
#probed_nb_frames ⇒ Object
Returns the value of attribute probed_nb_frames.
-
#probed_nb_pkts ⇒ Object
Returns the value of attribute probed_nb_pkts.
-
#probed_size ⇒ Object
Returns the value of attribute probed_size.
-
#r_frame_rate ⇒ Object
Returns the value of attribute r_frame_rate.
-
#r_frame_rate_den ⇒ Object
Returns the value of attribute r_frame_rate_den.
-
#r_frame_rate_num ⇒ Object
Returns the value of attribute r_frame_rate_num.
-
#sample_aspect_ratio ⇒ Object
Returns the value of attribute sample_aspect_ratio.
-
#sample_rate ⇒ Object
Returns the value of attribute sample_rate.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#time_base ⇒ Object
Returns the value of attribute time_base.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from Entity
Method Summary
Methods inherited from Entity
Instance Attribute Details
#bits_per_sample ⇒ Object
Returns the value of attribute bits_per_sample.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def bits_per_sample @bits_per_sample end |
#channels ⇒ Object
Returns the value of attribute channels.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def channels @channels end |
#codec_name ⇒ Object
Returns the value of attribute codec_name.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def codec_name @codec_name end |
#codec_type ⇒ Object
Returns the value of attribute codec_type.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def codec_type @codec_type end |
#decoder_time_base ⇒ Object
Returns the value of attribute decoder_time_base.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def decoder_time_base @decoder_time_base end |
#display_aspect_ratio ⇒ Object
Returns the value of attribute display_aspect_ratio.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def display_aspect_ratio @display_aspect_ratio end |
#duration ⇒ Object
Returns the value of attribute duration.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def duration @duration end |
#gop_size ⇒ Object
Returns the value of attribute gop_size.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def gop_size @gop_size end |
#has_b_frames ⇒ Object
Returns the value of attribute has_b_frames.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def has_b_frames @has_b_frames end |
#height ⇒ Object
Returns the value of attribute height.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def height @height end |
#index ⇒ Object
Returns the value of attribute index.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def index @index end |
#nb_frames ⇒ Object
Returns the value of attribute nb_frames.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def nb_frames @nb_frames end |
#pix_fmt ⇒ Object
Returns the value of attribute pix_fmt.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def pix_fmt @pix_fmt end |
#probed_nb_frames ⇒ Object
Returns the value of attribute probed_nb_frames.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def probed_nb_frames @probed_nb_frames end |
#probed_nb_pkts ⇒ Object
Returns the value of attribute probed_nb_pkts.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def probed_nb_pkts @probed_nb_pkts end |
#probed_size ⇒ Object
Returns the value of attribute probed_size.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def probed_size @probed_size end |
#r_frame_rate ⇒ Object
Returns the value of attribute r_frame_rate.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def r_frame_rate @r_frame_rate end |
#r_frame_rate_den ⇒ Object
Returns the value of attribute r_frame_rate_den.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def r_frame_rate_den @r_frame_rate_den end |
#r_frame_rate_num ⇒ Object
Returns the value of attribute r_frame_rate_num.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def r_frame_rate_num @r_frame_rate_num end |
#sample_aspect_ratio ⇒ Object
Returns the value of attribute sample_aspect_ratio.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def sample_aspect_ratio @sample_aspect_ratio end |
#sample_rate ⇒ Object
Returns the value of attribute sample_rate.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def sample_rate @sample_rate end |
#start_time ⇒ Object
Returns the value of attribute start_time.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def start_time @start_time end |
#time_base ⇒ Object
Returns the value of attribute time_base.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def time_base @time_base end |
#width ⇒ Object
Returns the value of attribute width.
4 5 6 |
# File 'lib/ffprobe/stream_info.rb', line 4 def width @width end |