Class: Teems::Commands::DashManifestParser::Track
- Inherits:
-
Data
- Object
- Data
- Teems::Commands::DashManifestParser::Track
- Defined in:
- lib/teems/commands/meeting_recording.rb
Overview
Describes a media track (video or audio) with its segment template info
Instance Attribute Summary collapse
-
#init_url ⇒ Object
readonly
Returns the value of attribute init_url.
-
#media_template ⇒ Object
readonly
Returns the value of attribute media_template.
-
#segment_count ⇒ Object
readonly
Returns the value of attribute segment_count.
-
#segments ⇒ Object
readonly
Returns the value of attribute segments.
-
#timescale ⇒ Object
readonly
Returns the value of attribute timescale.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#init_url ⇒ Object (readonly)
Returns the value of attribute init_url
8 9 10 |
# File 'lib/teems/commands/meeting_recording.rb', line 8 def init_url @init_url end |
#media_template ⇒ Object (readonly)
Returns the value of attribute media_template
8 9 10 |
# File 'lib/teems/commands/meeting_recording.rb', line 8 def media_template @media_template end |
#segment_count ⇒ Object (readonly)
Returns the value of attribute segment_count
8 9 10 |
# File 'lib/teems/commands/meeting_recording.rb', line 8 def segment_count @segment_count end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments
8 9 10 |
# File 'lib/teems/commands/meeting_recording.rb', line 8 def segments @segments end |
#timescale ⇒ Object (readonly)
Returns the value of attribute timescale
8 9 10 |
# File 'lib/teems/commands/meeting_recording.rb', line 8 def timescale @timescale end |
#type ⇒ Object (readonly)
Returns the value of attribute type
8 9 10 |
# File 'lib/teems/commands/meeting_recording.rb', line 8 def type @type end |