Class: FFProbe::FrameInfo

Inherits:
Entity
  • Object
show all
Defined in:
lib/ffprobe/frame_info.rb

Instance Attribute Summary collapse

Attributes inherited from Entity

#units

Method Summary

Methods inherited from Entity

from_hash, units, #units?

Instance Attribute Details

#codec_typeObject

Returns the value of attribute codec_type.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def codec_type
  @codec_type
end

#coded_picture_numberObject

Returns the value of attribute coded_picture_number.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def coded_picture_number
  @coded_picture_number
end

#display_picture_numberObject

Returns the value of attribute display_picture_number.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def display_picture_number
  @display_picture_number
end

#file_pkt_nbObject

Returns the value of attribute file_pkt_nb.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def file_pkt_nb
  @file_pkt_nb
end

#interlaced_frameObject

Returns the value of attribute interlaced_frame.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def interlaced_frame
  @interlaced_frame
end

#pict_typeObject

Returns the value of attribute pict_type.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def pict_type
  @pict_type
end

#pkt_dtsObject

Returns the value of attribute pkt_dts.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def pkt_dts
  @pkt_dts
end

#pkt_durationObject

Returns the value of attribute pkt_duration.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def pkt_duration
  @pkt_duration
end

#pkt_flag_keyObject

Returns the value of attribute pkt_flag_key.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def pkt_flag_key
  @pkt_flag_key
end

#pkt_ptsObject

Returns the value of attribute pkt_pts.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def pkt_pts
  @pkt_pts
end

#qualityObject

Returns the value of attribute quality.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def quality
  @quality
end

#referenceObject

Returns the value of attribute reference.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def reference
  @reference
end

#repeat_pictObject

Returns the value of attribute repeat_pict.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def repeat_pict
  @repeat_pict
end

#samples_sizeObject

Returns the value of attribute samples_size.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def samples_size
  @samples_size
end

#sizeObject

Returns the value of attribute size.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def size
  @size
end

#stream_indexObject

Returns the value of attribute stream_index.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def stream_index
  @stream_index
end

#stream_pkt_nbObject

Returns the value of attribute stream_pkt_nb.



4
5
6
# File 'lib/ffprobe/frame_info.rb', line 4

def stream_pkt_nb
  @stream_pkt_nb
end