¡@

Home 

c++ Programming Glossary: media

How do I run XPath queries in QT?

http://stackoverflow.com/questions/1286842/how-do-i-run-xpath-queries-in-qt

208 duration file size 8694159 file size location file media disk music 01 Foo_ _Bar.ogg mountpoint file media disk mtime.. file media disk music 01 Foo_ _Bar.ogg mountpoint file media disk mtime 1216995840 mtime first seen 1250478814 first seen..

basic playback with programmatically created windows media player

http://stackoverflow.com/questions/1935964/basic-playback-with-programmatically-created-windows-media-player

playback with programmatically created windows media player I was trying to just quickly integrate the Windows Media.. S_OK s but nothing is actually played CComPtr IWMPMedia media core newMedia path media playlist appendItem media controls.. actually played CComPtr IWMPMedia media core newMedia path media playlist appendItem media controls playItem media returns S_OK..

Detect insertion of media into a drive using windows messages

http://stackoverflow.com/questions/2420131/detect-insertion-of-media-into-a-drive-using-windows-messages

insertion of media into a drive using windows messages I am currently using WM_DEVICECHANGE.. the device. Is it possible to detect the insertion of new media into an existing USB device without having to use polling c..

How to check if an other program is running in fullscreen mode, eg. a media player

http://stackoverflow.com/questions/3797802/how-to-check-if-an-other-program-is-running-in-fullscreen-mode-eg-a-media-play

if an other program is running in fullscreen mode eg. a media player How can I check if an other app is running in full screen.. I just want to disable all of my auto dialogs warnings if media player or other players are running. Like silent gamer mode.. check only works depending on which area of media player the mouse is in exactly. Note that the problem with multimonitor..

Best programming language and framework for cross platform desktop application development? [closed]

http://stackoverflow.com/questions/4160162/best-programming-language-and-framework-for-cross-platform-desktop-application-d

need to be able to connect to the web services play some media etc. My sister and my wife are both teachers and they needs..

How to develop a DirectFB app without leaving X.11 environment

http://stackoverflow.com/questions/521957/how-to-develop-a-directfb-app-without-leaving-x-11-environment

ffplay some_movie.avi and got a nice 640x480 window with media playing and DirectFB handling layering and input so I'm sure..

MJPEG streaming and decoding

http://stackoverflow.com/questions/6022423/mjpeg-streaming-and-decoding

or save jpeg images To view MJPEG stream one may execute media pipeline string as follows gst launch v souphttpsrc location.. Documentation Maemo_5_Developer_Guide Using_Multimedia_Components Camera_API_Usage For a simple example take a look.. at my other post on rtsp for constructing gstreamer C API media pipeline This is same as gst launch string but rather implemented..

Windows 7 timing functions - How to use GetSystemTimeAdjustment correctly?

http://stackoverflow.com/questions/7685762/windows-7-timing-functions-how-to-use-getsystemtimeadjustment-correctly

and the ActualResolution are relevant for the multimedia timer configuration. The ActualResolution can be set by using.. IN BOOLEANSet OUT PULONGActualResolution or via the multimedia timer interface MMRESULT timeBeginPeriod UINT uPeriod with the.. is not accessable through a of timeBeginPeriod . The multimedia timer interface handles periods and NtQueryTimerResolution handles..

Win32: Bring a window to top

http://stackoverflow.com/questions/916259/win32-bring-a-window-to-top

so it can be in front back of other windows hwnd2 is a media player which is composed of several windows one of the windows.. Z order including menu bar and non client area etc. This media player is writen in Direct Show. I use IVideoWindow put_Owner..

Cross Platform (C/C++) Audio Library for MP3, AAC, WAV

http://stackoverflow.com/questions/9182074/cross-platform-c-c-audio-library-for-mp3-aac-wav

part MP3 and AAC support are a must as I'm working on a media player and would like it to support those common formats. Any.. are willing to use Qt you should definitely check Qt MultimediaKit which is a part of the Qt Mobility project. Phonon is fading.. Phonon is fading away because Qt is investing on MultimediaKit to replace it. This example shows how to do simple audio..

How to Skin an Win32 Application

http://stackoverflow.com/questions/9216917/how-to-skin-an-win32-application

products iTunes Autodesk 3dsmax and Softimage XSI Windows media player Blender Comodo firewall Winamp Babylon client and few..

Java: Guide to write a custom video codec

http://stackoverflow.com/questions/10114413/java-guide-to-write-a-custom-video-codec

sometimes standardized but the exact interfaces are not. MediaTool Introduction is a simple Application Programming Interface.. encoding and modifying video in Java. http wiki.xuggle.com MediaTool_Introduction#How 5FTo 5FTake 5FSnapshots 5FOf 5FYour 5FDesktop.. 5FTo 5FTake 5FSnapshots 5FOf 5FYour 5FDesktop Java Media fram work tutorial http wwwinfo.deis.unical.it fortino teaching..

C++ auto_ptr for arrays

http://stackoverflow.com/questions/1044785/c-auto-ptr-for-arrays

using several of the Windows APIs SDKs such as the Windows Media SDK Direct Show API which in order to get back some structures.. the data I am looking for. For example CComQIPtr IWMMediaProps pProps m_pStreamConfig DWORD cbType 0 WM_MEDIA_TYPE pType.. DWORD cbType 0 WM_MEDIA_TYPE pType NULL hr pProps GetMediaType NULL cbType CHECK_HR hr pType WM_MEDIA_TYPE new BYTE cbType..

Best DirectShow way to capture image from web cam preview ? SampleGrabber is deprecated

http://stackoverflow.com/questions/11398758/best-directshow-way-to-capture-image-from-web-cam-preview-samplegrabber-is-dep

to follow the latest MS APIs you would want to look into Media Foundation. Also in C you certainly don't have to use Sample..

Windows Phone 8: Media file access

http://stackoverflow.com/questions/13467701/windows-phone-8-media-file-access

Phone 8 Media file access Are there means to access audio and video files.. WP8 developers can add songs to the music library using MediaLibraryExtensions.SaveSong . Video Read write isn't available...

Virtual Webcam Driver

http://stackoverflow.com/questions/1627448/virtual-webcam-driver

to go for current general streaming solutions. Windows Media Media Foundation This seems more to be geared at video playback.. go for current general streaming solutions. Windows Media Media Foundation This seems more to be geared at video playback reencoding...

Export every frame as image from a Movie-File (QuickTime-API)

http://stackoverflow.com/questions/1859415/export-every-frame-as-image-from-a-movie-file-quicktime-api

additional info QuickTime Toolkit Basic Movie Playback and Media Types @ Google Books Edit 2 The High Level Approach Movie Exporters..

basic playback with programmatically created windows media player

http://stackoverflow.com/questions/1935964/basic-playback-with-programmatically-created-windows-media-player

player I was trying to just quickly integrate the Windows Media Player via COM to play single files from the local file system.. IWMPPlayer player player.CoCreateInstance __uuidof WindowsMediaPlayer 0 CLSCTX_INPROC_SERVER CComQIPtr IWMPCore3 core player.. produces S_OK s but nothing is actually played CComPtr IWMPMedia media core newMedia path media playlist appendItem media controls..

Qt phonon video player example C++ or python

http://stackoverflow.com/questions/2463994/qt-phonon-video-player-example-c-or-python

on Source and then Browse . EDIT Oh and of course the Media Player Example in the Qt Assistant you should have a look at..

System.AccessViolationException from unmanaged code?

http://stackoverflow.com/questions/3652380/system-accessviolationexception-from-unmanaged-code

some basic audio player features in C CLI via the Media Foundation framework that will be consumed by managed code... pause etc just fine. For anyone who is not familiar with Media Foundation the media session posts events that you can handle..

C++ : What's the easiest library to open video file

http://stackoverflow.com/questions/37956/c-whats-the-easiest-library-to-open-video-file

long pBuffer AM_MEDIA_TYPE mt hr pGrabber GetConnectedMediaType mt VIDEOINFOHEADER pVih pVih VIDEOINFOHEADER mt.pbFormat.. can basically load all formats you can play with Windows Media Player. Rather difficult to use. Ffmpeg more precisely libavcodec..

Fastest method of screen capturing

http://stackoverflow.com/questions/5069104/fastest-method-of-screen-capturing

capturing the screen . It has introduced me to the Windows Media API way of doing it and the DirectX way of doing it. It mentions..

Use Windows built in MP3 decoder to play audio?

http://stackoverflow.com/questions/8121570/use-windows-built-in-mp3-decoder-to-play-audio

MP3 decoder supposedly built in with Windows since Windows Media Player 6.1 I want to play an mp3 file without having to depend..

Windows CD Burning API

http://stackoverflow.com/questions/82993/windows-cd-burning-api

idr OpenExclusive idr GetRecorderType type idr QueryMediaType mtype mflags idr QueryMediaInfo mi.nSessions mi.nLastTrack.. type idr QueryMediaType mtype mflags idr QueryMediaInfo mi.nSessions mi.nLastTrack mi.nStartAddress mi.nNextWritable.. Result false if Result true Result false if mtype 0 No Media inserted Result false else if mflags 0x04 0x04 Writable Media..

Playing YouTube videos in a Windows Mobile application

http://stackoverflow.com/questions/832306/playing-youtube-videos-in-a-windows-mobile-application

with Flash Player 8 and JavaScript enabled . Host a Media Player control but WMP refuses to play YT videos including the..