Class: Teems::Commands::DashManifestParser::Track

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#init_urlObject (readonly)

Returns the value of attribute init_url

Returns:

  • (Object)

    the current value of init_url



8
9
10
# File 'lib/teems/commands/meeting_recording.rb', line 8

def init_url
  @init_url
end

#media_templateObject (readonly)

Returns the value of attribute media_template

Returns:

  • (Object)

    the current value of media_template



8
9
10
# File 'lib/teems/commands/meeting_recording.rb', line 8

def media_template
  @media_template
end

#segment_countObject (readonly)

Returns the value of attribute segment_count

Returns:

  • (Object)

    the current value of segment_count



8
9
10
# File 'lib/teems/commands/meeting_recording.rb', line 8

def segment_count
  @segment_count
end

#segmentsObject (readonly)

Returns the value of attribute segments

Returns:

  • (Object)

    the current value of segments



8
9
10
# File 'lib/teems/commands/meeting_recording.rb', line 8

def segments
  @segments
end

#timescaleObject (readonly)

Returns the value of attribute timescale

Returns:

  • (Object)

    the current value of timescale



8
9
10
# File 'lib/teems/commands/meeting_recording.rb', line 8

def timescale
  @timescale
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/teems/commands/meeting_recording.rb', line 8

def type
  @type
end