Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
|
Signals | |
void | corruptedSoundFile (SoundClip *) |
void | durationChanged (SoundPlayer *, int64_t duration) |
Public Member Functions | |
void | init (SoundClip *) |
void | onKeyFrameDestroy (KeyFrame *) override |
bool | isValid () |
void | play () |
void | stop () |
int64_t | duration () |
SoundClip * | clip () |
void | setMediaPlayerPosition (qint64 pos) |
Private Member Functions | |
void | makeConnections () |
Private Attributes | |
SoundClip * | mSoundClip = nullptr |
QMediaPlayer * | mMediaPlayer = nullptr |
Definition at line 28 of file soundplayer.h.