vote up 1 vote down star
1

Is it possible to play a QuickTime Video in WPF? If yes, can anyone provide me the resources.

flag

48% accept rate

1 Answer

vote up 1 vote down

Quicktime is a tricky thing on Windows. The APIs pretty much don't exist for any language except C++. Here's some documentation from the Apple developer website; Quicktime Development For Windows. But I doubt this will be useful for your WPF development.

Another option is to use the Quicktime ActiveX control/COM object. Its essentially a built in player with minimal control.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.