Commit 0eda1620 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mf: Implement timer functionality for presentation clock.

parent b122452d
......@@ -152,6 +152,11 @@ interface IMFRateControl : IUnknown
[in, out, unique] float *rate);
}
typedef enum MFTIMER_FLAGS
{
MFTIMER_RELATIVE = 0x00000001,
} MFTIMER_FLAGS;
[
object,
uuid(e56e4cbd-8f70-49d8-a0f8-edb3d6ab9bf2),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment