Class: FFProbe::PacketInfo
Instance Attribute Summary collapse
-
#codec_type ⇒ Object
Returns the value of attribute codec_type.
-
#dts ⇒ Object
Returns the value of attribute dts.
-
#dts_time ⇒ Object
Returns the value of attribute dts_time.
-
#duration_time ⇒ Object
Returns the value of attribute duration_time.
-
#duration_ts ⇒ Object
Returns the value of attribute duration_ts.
-
#file_pkt_nb ⇒ Object
Returns the value of attribute file_pkt_nb.
-
#flag_key ⇒ Object
Returns the value of attribute flag_key.
-
#pts ⇒ Object
Returns the value of attribute pts.
-
#pts_time ⇒ Object
Returns the value of attribute pts_time.
-
#size ⇒ Object
Returns the value of attribute size.
-
#stream_index ⇒ Object
Returns the value of attribute stream_index.
-
#stream_pkt_nb ⇒ Object
Returns the value of attribute stream_pkt_nb.
Attributes inherited from Entity
Method Summary
Methods inherited from Entity
Instance Attribute Details
#codec_type ⇒ Object
Returns the value of attribute codec_type.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def codec_type @codec_type end |
#dts ⇒ Object
Returns the value of attribute dts.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def dts @dts end |
#dts_time ⇒ Object
Returns the value of attribute dts_time.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def dts_time @dts_time end |
#duration_time ⇒ Object
Returns the value of attribute duration_time.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def duration_time @duration_time end |
#duration_ts ⇒ Object
Returns the value of attribute duration_ts.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def duration_ts @duration_ts end |
#file_pkt_nb ⇒ Object
Returns the value of attribute file_pkt_nb.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def file_pkt_nb @file_pkt_nb end |
#flag_key ⇒ Object
Returns the value of attribute flag_key.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def flag_key @flag_key end |
#pts ⇒ Object
Returns the value of attribute pts.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def pts @pts end |
#pts_time ⇒ Object
Returns the value of attribute pts_time.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def pts_time @pts_time end |
#size ⇒ Object
Returns the value of attribute size.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def size @size end |
#stream_index ⇒ Object
Returns the value of attribute stream_index.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def stream_index @stream_index end |
#stream_pkt_nb ⇒ Object
Returns the value of attribute stream_pkt_nb.
4 5 6 |
# File 'lib/ffprobe/packet_info.rb', line 4 def stream_pkt_nb @stream_pkt_nb end |