Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: Resolution independent forms Pin
MaxPredator27-May-04 2:33
MaxPredator27-May-04 2:33 
GeneralCustom Control Initialization - first time drop on win form Pin
Member 64401626-May-04 8:59
Member 64401626-May-04 8:59 
GeneralRe: Custom Control Initialization - first time drop on win form Pin
Heath Stewart26-May-04 9:06
protectorHeath Stewart26-May-04 9:06 
Generalstrstr in VC# Pin
hubertus9526-May-04 8:52
hubertus9526-May-04 8:52 
GeneralRe: strstr in VC# Pin
Heath Stewart26-May-04 9:04
protectorHeath Stewart26-May-04 9:04 
GeneralRe: strstr in VC# Pin
Baris Kurtlutepe26-May-04 9:04
Baris Kurtlutepe26-May-04 9:04 
GeneralRe: strstr in VC# Pin
Anonymous26-May-04 9:50
Anonymous26-May-04 9:50 
GeneralMultimedia namespace Pin
26-May-04 8:10
suss26-May-04 8:10 
Background:
I'm trying to write a media player that supports various file and playlist types, cd ripping, format conversion, etc. Pretty standard "media player" stuff really.
The first task is to enable playback.


Issues:
I've downloaded the DirectX SDK Summer 2003 update, and audio/video playback is supported by using C#. This rather simple playback however, and not what I'm looking for. I also noticed that DirectShow cannot be used directly by C#, and I have looked at several code snippets using Interop. Allthough Interop will give me the results I'm looking for, the approach to get those results using Interop ar not to my liking.


Possible solutions:
- Anyone know if there will be "managed directshow" for C#? I noticed in the DirectX SDK that they write "This is preliminary documentation and is subject to change." on almost every topic I searched on.
- Learn C++. This would be a solution that I know would work, I would like to use C# though.
- Create C++ backend dll's for the complex work and C# for interface etc... This is just a thought, I haven't found any articles actually building applications this way.


Last words:
Right now, the media player is a bunch of notes on a paper, and I would really like your thoughts/ideas/input on multimedia in C#.


-thorbeck

"Computers are stupid,
they can only give you answers."
picasso
GeneralRe: Multimedia namespace Pin
Aaron Eldreth26-May-04 9:34
Aaron Eldreth26-May-04 9:34 
GeneralRe: Multimedia namespace Pin
thorbeck26-May-04 10:07
thorbeck26-May-04 10:07 
GeneralRe: Multimedia namespace Pin
Aaron Eldreth26-May-04 11:18
Aaron Eldreth26-May-04 11:18 
GeneralRe: Multimedia namespace Pin
Werdna26-May-04 14:07
Werdna26-May-04 14:07 
GeneralRe: Multimedia namespace Pin
Aaron Eldreth26-May-04 16:01
Aaron Eldreth26-May-04 16:01 
GeneralRe: Multimedia namespace Pin
Roman Rodov26-May-04 14:50
Roman Rodov26-May-04 14:50 
GeneralRe: Multimedia namespace Pin
thorbeck27-May-04 2:54
thorbeck27-May-04 2:54 
GeneralFloat problems Pin
dbytz26-May-04 7:20
dbytz26-May-04 7:20 
GeneralRe: Float problems Pin
Dave Kreskowiak26-May-04 7:45
mveDave Kreskowiak26-May-04 7:45 
GeneralRe: Float problems Pin
dbytz26-May-04 8:47
dbytz26-May-04 8:47 
GeneralRe: Float problems Pin
Dave Kreskowiak26-May-04 9:14
mveDave Kreskowiak26-May-04 9:14 
GeneralRe: Float problems Pin
Michael Potter26-May-04 8:28
Michael Potter26-May-04 8:28 
GeneralRe: Float problems Pin
dbytz26-May-04 8:38
dbytz26-May-04 8:38 
GeneralRe: Float problems Pin
Baris Kurtlutepe26-May-04 8:59
Baris Kurtlutepe26-May-04 8:59 
GeneralRe: Float problems Pin
Dave Kreskowiak26-May-04 9:12
mveDave Kreskowiak26-May-04 9:12 
GeneralRe: Float problems Pin
Baris Kurtlutepe26-May-04 9:30
Baris Kurtlutepe26-May-04 9:30 
GeneralRe: Float problems Pin
dbytz26-May-04 13:25
dbytz26-May-04 13:25 

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.