Click here to Skip to main content
15,927,344 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dockable == usable? Pin
leppie29-Jun-02 5:34
leppie29-Jun-02 5:34 
GeneralRe: Dockable == usable? Pin
SimonS29-Jun-02 6:47
SimonS29-Jun-02 6:47 
GeneralRe: Magic Library 1.6 Pin
Andreas Philipson1-Jul-02 21:48
Andreas Philipson1-Jul-02 21:48 
GeneralExample of calling C++ dll functions from C#........ Pin
Pranoti28-Jun-02 3:02
Pranoti28-Jun-02 3:02 
GeneralRe: Example of calling C++ dll functions from C#........ Pin
Rüpel28-Jun-02 3:20
Rüpel28-Jun-02 3:20 
GeneralRe: Example of calling C++ dll functions from C#........ Pin
Pranoti28-Jun-02 3:35
Pranoti28-Jun-02 3:35 
GeneralRe: Example of calling C++ dll functions from C#........ Pin
28-Jun-02 7:41
suss28-Jun-02 7:41 
QuestionHow to get use of IMediaSeeking Pin
27-Jun-02 23:41
suss27-Jun-02 23:41 
With <<tlbimp quartz.dll="" out:quartztypelib="">> I get use of the DirectShow Interfaces.

I added the QuartzTypeLib now to the references of my c# project.

<<
QuartzTypeLib.FiltergraphManager graphManager = new QuartzTypeLib.FiltergraphManager();
QuartzTypeLib.IMediaControl mediaControl = (QuartzTypeLib.IMediaControl)graphManager;
mediaControl.RenderFile(filename);
mediaControl.Run();
>>

This works fine.

But why cant I get the IMediaSeeking Interface ?????
It seems not to be in the QuartzTypeLib ?????

With C++ its no problem, but with c# I cant get it Frown | :(


Have anybody got an idea ?

Thanks


PS: Are there tutorials , how to use the DirectShow with c# (the offical way)
AnswerRe: How to get use of IMediaSeeking Pin
leppie29-Jun-02 1:21
leppie29-Jun-02 1:21 
GeneralBrowsable attribute help... Pin
Vu Truong27-Jun-02 21:24
Vu Truong27-Jun-02 21:24 
GeneralRe: Browsable attribute help... Pin
Zombies with Coffee, LLC28-Jun-02 4:53
professionalZombies with Coffee, LLC28-Jun-02 4:53 
Questionwatch port? Pin
27-Jun-02 15:02
suss27-Jun-02 15:02 
AnswerRe: watch port? Pin
Venet28-Jun-02 3:58
Venet28-Jun-02 3:58 
GeneralRe: watch port? Pin
28-Jun-02 5:40
suss28-Jun-02 5:40 
GeneralCustom ListBox Wev Control Pin
27-Jun-02 9:48
suss27-Jun-02 9:48 
GeneralHelp with clearing checkboxes in a listview Pin
cAptHiDDeN27-Jun-02 8:56
cAptHiDDeN27-Jun-02 8:56 
QuestionHow to implement "class factory" in C# Pin
Feng Qin27-Jun-02 1:44
Feng Qin27-Jun-02 1:44 
AnswerRe: How to implement "class factory" in C# Pin
Marc Clifton27-Jun-02 2:01
mvaMarc Clifton27-Jun-02 2:01 
GeneralRe: How to implement "class factory" in C# Pin
Feng Qin27-Jun-02 3:05
Feng Qin27-Jun-02 3:05 
GeneralRe: How to implement "class factory" in C# Pin
James T. Johnson27-Jun-02 16:05
James T. Johnson27-Jun-02 16:05 
GeneralRe: How to implement "class factory" in C# Pin
Marc Clifton27-Jun-02 16:22
mvaMarc Clifton27-Jun-02 16:22 
GeneralRe: How to implement "class factory" in C# Pin
James T. Johnson27-Jun-02 16:42
James T. Johnson27-Jun-02 16:42 
GeneralRe: How to implement "class factory" in C# Pin
Marc Clifton28-Jun-02 0:37
mvaMarc Clifton28-Jun-02 0:37 
GeneralRe: How to implement "class factory" in C# Pin
James T. Johnson28-Jun-02 11:50
James T. Johnson28-Jun-02 11:50 
GeneralRe: How to implement "class factory" in C# Pin
Feng Qin27-Jun-02 16:45
Feng Qin27-Jun-02 16:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.