Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
536 views
in Technique[技术] by (71.8m points)

c# - Rendering from memory using DirectShow

I'm very new to DirectShow and I'm looking for a way to render a video which is already loaded into the memory using DirectShow.NET. How can I do that? I'd be thankful even if you give me a highlight of the path.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

There is no standard component to play from memory data, however Async Filter Sample from Windows SDK implements exactly this.

The application reads the file into memory at the specified rate and plays the file.

Note that the filter requires, however, expects some C++ development from you.

See also:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...