NAP
sequencetracksegmentaudio.h
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4 
5 #pragma once
6 
7 // NAP Includes
8 #include <sequencetracksegment.h>
9 
10 // External Includes
11 #include <nap/event.h>
12 
13 namespace nap
14 {
20  {
21  RTTI_ENABLE(SequenceTrackSegment)
22  public:
23  std::string mAudioBufferID;
24  double mStartTimeInAudioSegment = 0.0;
25  };
26 }
nap::SequenceTrackSegmentAudio::mAudioBufferID
std::string mAudioBufferID
Property: 'BufferID' audio buffer identifier.
Definition: sequencetracksegmentaudio.h:23
nap::SequenceTrackSegment
Definition: sequencetracksegment.h:19
nap::SequenceTrackSegmentAudio
Definition: sequencetracksegmentaudio.h:19
nap::SequenceTrackSegmentAudio::mStartTimeInAudioSegment
double mStartTimeInAudioSegment
Property: 'Start Time In Segment' segment start time.
Definition: sequencetracksegmentaudio.h:24
nap
Definition: templateapp.h:17