Play QuickTime Videos in WPF

Can QuickTime Video be played in WPF? If so, someone can provide me with resources.

+1


source to share


1 answer


Quicktime is a tricky thing on Windows. The API is practically non-existent for any language other than C ++. Here are some docs from the Apple developer website; Quicktime Development for Windows . But I doubt it will be useful for WPF development.



Another option is to use the Quicktime ActiveX / COM Object control . It's essentially a built-in player with minimal control.

+1


source







All Articles