aboutsummaryrefslogtreecommitdiff
path: root/graphics/dxa_player.h
diff options
context:
space:
mode:
authorTravis Howell2008-12-21 05:55:37 +0000
committerTravis Howell2008-12-21 05:55:37 +0000
commit587e70809a7579539e4666c46a13e0c40d3e9e7b (patch)
treeea41fca672ce17dd5251d237fe406aa5e60d29a8 /graphics/dxa_player.h
parent76624fc69c28bc422076740521e77f2ba83a2320 (diff)
downloadscummvm-rg350-587e70809a7579539e4666c46a13e0c40d3e9e7b.tar.gz
scummvm-rg350-587e70809a7579539e4666c46a13e0c40d3e9e7b.tar.bz2
scummvm-rg350-587e70809a7579539e4666c46a13e0c40d3e9e7b.zip
Return exact frame rate in Smacker player, and minor cleanup.
svn-id: r35458
Diffstat (limited to 'graphics/dxa_player.h')
-rw-r--r--graphics/dxa_player.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/dxa_player.h b/graphics/dxa_player.h
index 4b0a74fd94..73d6ac7ca4 100644
--- a/graphics/dxa_player.h
+++ b/graphics/dxa_player.h
@@ -85,6 +85,18 @@ public:
int getFrameCount();
/**
+ * Returns the frame rate of the video
+ * @return the frame rate of the video
+ */
+ int32 getFrameRate();
+
+ /**
+ * Returns the time to wait for each frame in 1/100 ms
+ * @return the time to wait for each frame in 1/100 ms
+ */
+ int32 getFrameDelay();
+
+ /**
* Load a DXA encoded video file
* @param filename the filename to load
*/