C# SharpDX Play Video with Alpha (Transparency) -


i'm writing program show different pictures , videos on form. started displaying images transparency using gdi. due fact gdi doesn't support transparency, loading , displaying very slow, moved on sharpdx.

in meantime managed (with 1 of samples sharpdx) display different images on form opacity, positioning , sizing images. images drawn drawbitmap of rendertarget class in render loop.

now want same videos. goal play videos (more 1 @ same time) in form , set position, size , transparency of different videos.

i'm new sharpdx , information graphic programming , documentation , samples of sharpdx rare. found many samples playing videos sharpdx, xaml , win8 or store-apps, no samples of how play video in normal c# programs. found 1 video player sharpdx, don't know how change sample add transpareny, sizing , positioning of video playing.

can give me examples how play videos sharpdx in form or picturebox/panel? great if show things above.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -