Class: Teems::Commands::DashManifestParser::Segment
- Inherits:
-
Data
- Object
- Data
- Teems::Commands::DashManifestParser::Segment
- Defined in:
- lib/teems/commands/meeting_recording.rb
Overview
A single media segment with start time and duration in timescale units
Instance Attribute Summary collapse
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Instance Attribute Details
#duration ⇒ Object (readonly)
Returns the value of attribute duration
11 12 13 |
# File 'lib/teems/commands/meeting_recording.rb', line 11 def duration @duration end |
#start ⇒ Object (readonly)
Returns the value of attribute start
11 12 13 |
# File 'lib/teems/commands/meeting_recording.rb', line 11 def start @start end |