Home > Software engineering >  The basis of video playback problems on DirectShow
The basis of video playback problems on DirectShow

Time:10-10

Purpose: to use DirectShow video broadcast, required to obtain video resolution, screenshots and simple playback controls,

Known can get IBasicVideo through IGraphBuilder interface, and implement the related function,

Question is: what IGraphBuilder need reference library, where can I download, various warrior can give a comprehensive code, as long as can realize the basic function, thank you, if you have the source code, please sent to my email [email protected],

Also: loveour (YingNing) warrior there should be a unique experience in this aspect, whether a thing or two, be obliged!

CodePudding user response:

"Directshow" on www.planet-source-code.com/vb search.

CodePudding user response:

IBasicVideo interface is Microsoft play library quartz movement image. The DLL, the DLL in the c: \ Windows \ system32 below,
It implements the DirectShow simple encapsulation, or it is a precursor to today's popular DirectShow technology, defined in the library IBasicAudio, IbasicVideo, IBasicVideo2, IMediaEvent, IMediaEventEx, ImediaPosition, ImediaControl and IVideoWindow class, application developer can use them to easily control and operation of various formats of streaming media,
Example application: http://tech.ddvip.com/2006-07/11541048486133.html

CodePudding user response:

To help you search:
http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp? TxtCriteria=directshow& LngWId=1

CodePudding user response:

Is the active control, you quote with respect to ok

CodePudding user response:

refer to the second floor chenjl1031 response:
IBasicVideo interface is Microsoft play library quartz movement image. The DLL, the DLL in the c: \ Windows \ system32 below,
It implements the DirectShow simple encapsulation, or it is a precursor to today's popular DirectShow technology, defined in the library IBasicAudio, IbasicVideo, IBasicVideo2, IMediaEvent, IMediaEventEx, ImediaPosition, ImediaControl and IVideoWindow class, application developer can use them to easily control and operation of various formats of streaming media,
Example application: http://tech.ddvip.com/2006-07/11541048486133.html


Excuse me the great spirit, I recently made the DS players, the use of quartz. The DLL is not C: \ Windows \ system32 below?
Reason is I reference system DLL package shows: unable to references, the reason for refused to visit, then I downloaded a quartz. DLL placed in my bin directory of the project,
To add references in the project, can? thank you
  • Related