Expose audio pitch support in Lime legacy (thanks @PaulGene)

This commit is contained in:
Joshua Granick
2015-01-06 15:17:56 -08:00
parent 86493339e8
commit ec2056842e
7 changed files with 43 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ namespace nme
virtual bool update() = 0;
virtual void setTransform(const SoundTransform &inTransform) = 0;
virtual void setPitch(const float &inFloat) = 0;
virtual double getPosition() = 0;
virtual double setPosition(const float &inFloat) = 0;
virtual double getLeft() = 0;