Class: FFProbe::PacketInfo

Inherits:
Entity
  • Object
show all
Defined in:
lib/ffprobe/packet_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/packet_info.rb', line 4

def codec_type
  @codec_type
end

#dtsObject

Returns the value of attribute dts.



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

def dts
  @dts
end

#dts_timeObject

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_timeObject

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_tsObject

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_nbObject

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_keyObject

Returns the value of attribute flag_key.



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

def flag_key
  @flag_key
end

#ptsObject

Returns the value of attribute pts.



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

def pts
  @pts
end

#pts_timeObject

Returns the value of attribute pts_time.



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

def pts_time
  @pts_time
end

#sizeObject

Returns the value of attribute size.



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

def size
  @size
end

#stream_indexObject

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_nbObject

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