Class: MkvToolNix::Types::Extract::Track
- Inherits:
-
Object
- Object
- MkvToolNix::Types::Extract::Track
- Defined in:
- lib/mkvtoolnix/types/extract/track.rb
Instance Attribute Summary collapse
-
#output_file ⇒ Object
Returns the value of attribute output_file.
-
#track_id ⇒ Object
Returns the value of attribute track_id.
Instance Method Summary collapse
-
#initialize(track_id, output_file) ⇒ Track
constructor
A new instance of Track.
Constructor Details
#initialize(track_id, output_file) ⇒ Track
Returns a new instance of Track.
10 11 12 13 |
# File 'lib/mkvtoolnix/types/extract/track.rb', line 10 def initialize(track_id, output_file) @track_id = track_id @output_file = output_file end |
Instance Attribute Details
#output_file ⇒ Object
Returns the value of attribute output_file.
8 9 10 |
# File 'lib/mkvtoolnix/types/extract/track.rb', line 8 def output_file @output_file end |
#track_id ⇒ Object
Returns the value of attribute track_id.
8 9 10 |
# File 'lib/mkvtoolnix/types/extract/track.rb', line 8 def track_id @track_id end |