NAP
Public Attributes | List of all members
SequenceTrackSegmentAudio Class Reference

#include <sequencetracksegmentaudio.h>

Public Attributes

std::string mAudioBufferID
 Property: 'BufferID' audio buffer identifier. More...
 
double mStartTimeInAudioSegment = 0.0
 Property: 'Start Time In Segment' segment start time. More...
 
- Public Attributes inherited from SequenceTrackSegmentDuration
double mDuration = 1.0
 Property: 'Duration' duration of the segment in the track. More...
 
- Public Attributes inherited from SequenceTrackSegment
double mStartTime = 0.0
 Property: 'Start time' start time of segment in track. More...
 
std::string mLabel = "default"
 Property: 'Label' label of this segment. More...
 
- Public Attributes inherited from Object
std::string mID
 Property: 'mID' unique name of the object. Used as an identifier by the system. More...
 

Additional Inherited Members

- Public Member Functions inherited from SequenceTrackSegmentDuration
 SequenceTrackSegmentDuration ()=default
 
virtual ~SequenceTrackSegmentDuration ()=default
 
- Public Member Functions inherited from SequenceTrackSegment
virtual bool init (utility::ErrorState &errorState) override
 
virtual ~SequenceTrackSegment ()
 
- Public Member Functions inherited from Resource
 Resource ()
 
- Public Member Functions inherited from Object
 Object ()
 
virtual ~Object ()
 
virtual void onDestroy ()
 
 Object (Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 
- Static Public Member Functions inherited from Object
static bool isIDProperty (rtti::Instance &object, const rtti::Property &property)
 

Description

The SequenceTrackSegmentAudio contains a buffer id, pointer to the audio buffer id to use Also, it contains a start time of the start position within the audio buffer

Inheritance diagram for SequenceTrackSegmentAudio:
[legend]
Collaboration diagram for SequenceTrackSegmentAudio:
[legend]

Member Data Documentation

◆ mAudioBufferID

std::string mAudioBufferID

Property: 'BufferID' audio buffer identifier.

◆ mStartTimeInAudioSegment

double mStartTimeInAudioSegment = 0.0

Property: 'Start Time In Segment' segment start time.