Class: Teems::Commands::DashManifestParser::Segment

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

Instance Attribute Details

#durationObject (readonly)

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



11
12
13
# File 'lib/teems/commands/meeting_recording.rb', line 11

def duration
  @duration
end

#startObject (readonly)

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



11
12
13
# File 'lib/teems/commands/meeting_recording.rb', line 11

def start
  @start
end