473,761 Members | 2,410 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Acess Image

Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help

Nov 1 '06 #1
6 1587
Hi,

I don't think you can do that with basic .net. and I believe you need to
use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperabilit y. This articly demonstrates how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Au************ *@ifrance.com>
wrote:
Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help


--
Happy Coding!
Morten Wennevik [C# MVP]
Nov 1 '06 #2

Morten Wennevik a écrit :
Hi,

I don't think you can do that with basic .net. and I believe you need to
use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperabilit y. This articly demonstrates how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp
Thanks for URL, he says that is not a code for production ... Why MS
doesn't implement DirectShow for C# ?
>
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Au************ *@ifrance.com>
wrote:
Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help


--
Happy Coding!
Morten Wennevik [C# MVP]
Nov 2 '06 #3
Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications, mainly due to the garbage collector slowing your program
down every so often.
On Thu, 02 Nov 2006 07:42:30 +0100, Audrey <Au************ *@ifrance.com>
wrote:
>
Morten Wennevik a écrit :
>Hi,

I don't think you can do that with basic .net. and I believe you need to
use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperabilit y. This articly demonstrates
how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp

Thanks for URL, he says that is not a code for production ... Why MS
doesn't implement DirectShow for C# ?
>>
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Au************ *@ifrance.com>
wrote:
Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help

--
Happy Coding!
Morten Wennevik [C# MVP]


--
Happy Coding!
Morten Wennevik [C# MVP]
Nov 2 '06 #4
Thks you!

Morten Wennevik a écrit :
Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications, mainly due to the garbage collector slowing your program
down every so often.
On Thu, 02 Nov 2006 07:42:30 +0100, Audrey <Au************ *@ifrance.com>
wrote:

Morten Wennevik a écrit :
Hi,

I don't think you can do that with basic .net. and I believe you need to
use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperabilit y. This articly demonstrates
how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp
Thanks for URL, he says that is not a code for production ... Why MS
doesn't implement DirectShow for C# ?
>
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Au************ *@ifrance.com>
wrote:

Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help


--
Happy Coding!
Morten Wennevik [C# MVP]


--
Happy Coding!
Morten Wennevik [C# MVP]
Nov 2 '06 #5

Morten Wennevik a écrit :
Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications, mainly due to the garbage collector slowing your program
down every so often.

Thanks
Can I ask you more please:

Windows Media player generates images when it plays MP3 files.
Can I add my effect ?
On Thu, 02 Nov 2006 07:42:30 +0100, Audrey <Au************ *@ifrance.com>
wrote:

Morten Wennevik a écrit :
Hi,

I don't think you can do that with basic .net. and I believe you need to
use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperabilit y. This articly demonstrates
how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp
Thanks for URL, he says that is not a code for production ... Why MS
doesn't implement DirectShow for C# ?
>
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Au************ *@ifrance.com>
wrote:

Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help


--
Happy Coding!
Morten Wennevik [C# MVP]


--
Happy Coding!
Morten Wennevik [C# MVP]
Nov 2 '06 #6
I don't know if you can show the sound graphs visible in windows media
player in the media player activex control, and I did not find any google
result for this either. You might want to start a new thread for this
question to attract new readers.
On Thu, 02 Nov 2006 15:22:17 +0100, Audrey <Au************ *@ifrance.com>
wrote:
>
Morten Wennevik a écrit :
>Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications , mainly due to the garbage collector slowing your program
down every so often.

Thanks
Can I ask you more please:

Windows Media player generates images when it plays MP3 files.
Can I add my effect ?
>On Thu, 02 Nov 2006 07:42:30 +0100, Audrey <Au************ *@ifrance.com>
wrote:
>
Morten Wennevik a écrit :

Hi,

I don't think you can do that with basic .net. and I believe you
need to
>use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperabilit y. This articly
demonstrates
>how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp

Thanks for URL, he says that is not a code for production ... Why MS
doesn't implement DirectShow for C# ?


On Wed, 01 Nov 2006 13:53:49 +0100, Audrey
<Au*********** **@ifrance.com>
>wrote:

Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help


--
Happy Coding!
Morten Wennevik [C# MVP]

--
Happy Coding!
Morten Wennevik [C# MVP]


--
Happy Coding!
Morten Wennevik [C# MVP]
Nov 2 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6966
by: Sergio del Amo Caballero | last post by:
Hi, I have a structure like this in my xhtml 1.0 file. <body> <div> <a> <img ... id="f1" /> <span>....</span><br/> <span>....</span> </a> ---> <div>
1
4801
by: Sergio del Amo Caballero | last post by:
I want to access div elemnent and make them visible or invisible with a condition. They belong to a particular class or not. I was reading the newsgroup old posting about classname acess and some links and i arrived to the conclusion that i can not access class Name with Mozilla. With Explorer i can acesss with document.all.className but i want visualize my web site in Opera 7.2, Mozilla 1.4 and Explorer 6.0. My code will be something like...
1
3031
by: Suresh | last post by:
Hi, Iam trying to develop a client in C# on .NET, that would acess a webservice written in Java.I dont know anything about what kind of WSDL would be required, how to set the web references programtically , dynamically during execution to pick a specified webservice( VS.NET provides a way to add the web refernce by right clicking on refernces icon, but this way is static)Is it possible to do so? Pleas help.
1
1210
by: Fabiano | last post by:
Please, i created a webpage that let's user upload a file to server. At my codebehind i need to save this file into a directory of another server (webfarm). The olny problem is that only some users can acess this directory. How can i do to send my credentials, this way be able to save at the directory? Tks in adv.
2
1316
by: Rodrigo Ferreira | last post by:
How can i interligate my app with a DB in MS Acess? I don't know how to do that! Greetings.
0
1250
by: minhadd | last post by:
Hello Would Anyone help me ?? I want insert into Microsoft Acess visitor's IP by ASP. But It is not working ---------------------------------------------------------------------------------------------------------- NOT WORK
6
2383
by: bradb | last post by:
Hello, I have a textbox with an empty span element (place holder) next to it. When the user adds some text to the text box, I create a checkbox in the empty span element. When I create the checkbox I create a unique ID for the checkbox and associate an OnClick event with it. When I proceede to check that checkbox, I get a javascript error stating that the id is not defined. This is a dynamically created element, but shouldn't the ID of...
3
1572
by: Gaby Sandoval | last post by:
I have a very simple javascript slideshow. It is extremely basic (see small sample below): <script language="JavaScript1.1"> <!-- //specify interval between slide (in mili seconds) var slidespeed=100
1
1907
by: lokeshreddy16 | last post by:
'this is my code plz guys help how to save data from vb 2005 and other this that i am able to view the data from acess but i am not able save to acess i dont whether my code for save is correct of not ( iam using vb2005 as front end and MS acess as by back end) Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the...
0
9531
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10115
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9957
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9775
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6609
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5229
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3456
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.