Ebook Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger
Reading a publication Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger is sort of very easy activity to do every single time you want. Even reading every time you really want, this task will certainly not disrupt your other activities; many individuals generally check out guides Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger when they are having the spare time. Just what regarding you? Exactly what do you do when having the downtime? Do not you spend for ineffective points? This is why you should obtain guide Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger and also attempt to have reading habit. Reviewing this e-book Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger will certainly not make you useless. It will offer much more advantages.
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger
Ebook Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger
Exactly how if there is a site that allows you to hunt for referred publication Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger from throughout the world publisher? Automatically, the website will be incredible completed. A lot of book collections can be found. All will certainly be so easy without challenging point to relocate from website to site to get guide Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger wanted. This is the site that will certainly offer you those assumptions. By following this website you could get whole lots varieties of book Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger compilations from variants kinds of writer as well as publisher prominent in this globe. The book such as Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger and others can be obtained by clicking wonderful on link download.
Yet here, we will certainly reveal you incredible point to be able consistently check out guide Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger any place and also whenever you occur and also time. The e-book Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger by only can assist you to recognize having guide to review every single time. It won't obligate you to consistently bring the thick e-book wherever you go. You could merely maintain them on the gizmo or on soft file in your computer system to constantly check out the room at that time.
Yeah, spending time to read the e-book Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger by on-line could additionally offer you positive session. It will relieve to correspond in whatever condition. By doing this could be much more intriguing to do as well as much easier to check out. Now, to obtain this Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger, you can download in the web link that we give. It will certainly assist you to obtain very easy method to download the publication Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger.
Guides Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger, from straightforward to challenging one will be a quite useful operates that you could require to change your life. It will certainly not offer you unfavorable statement unless you do not get the definition. This is surely to do in checking out a publication to get rid of the significance. Commonly, this e-book qualified Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger is reviewed because you truly similar to this kind of e-book. So, you could get less complicated to understand the impression and also meaning. Once again to always bear in mind is by reading this book Developing Microsoft Media Foundation Applications (Developer Reference), By Anton Polinger, you could fulfil hat your interest start by completing this reading e-book.
Create powerful and professional media applications and components with Microsoft® Media Foundation--and deliver the next generation of high-definition multimedia. Led by an expert who has developed Microsoft media technologies over the past decade, you'll learn how to build applications that can capture different types of video and audio files, process media information, and stream media over the Internet.
Discover how to:
- Get a complete introduction to the Media Foundation API
- Transfer your skills with Microsoft DirectShow® to Media Foundation
- Develop custom Media Foundation components
- Create advanced Media Foundation video and audio applications
- Solve common problems during development using Media Foundation debugging techniques
- Sales Rank: #243466 in Books
- Published on: 2011-10-26
- Released on: 2011-10-26
- Original language: English
- Number of items: 1
- Dimensions: 9.00" h x 1.02" w x 7.38" l, 1.39 pounds
- Binding: Paperback
- 386 pages
About the Author
Anton Polinger has worked on the Microsoft Audio/Video pipelines and media technologies for the past eight years, owning the entire pipeline for five releases of Media Center from XP through Windows 7. He has conducted seminars that describe MS media technologies and the Media Center pipeline and taught programming classes on subjects ranging from web development to advanced C++.
Most helpful customer reviews
7 of 7 people found the following review helpful.
Media Foundations by examples
By Timmy_A
Media Foundations by examples
Developing Media Foundation Applications is the only book about the latest MS media framework called Media Foundation I know. As I mentioned in the title the book takes example based approach. Since chapter 3 every chapter contains 1 or 2 large examples about chapter's topics. This approach has many advantages, but also few drawbacks.
Advantages:
You have fully working code. Companion source code contains complete solutions that can be compiled and debugged. You can play with samples, modify codes, do your own experiments.
All codes are extensively commented. Nearly every 2nd or 3rd line of code has its own descriptive comment, something I have never seen in companion code in any other book.
Examples are complete, dealing with all most important tasks you will do when working with MF. You have examples how to create fully functional MFT, source and sink components, custom session or network streaming.
Sources are based on classes so you can easily incorporate them into your projects.
Even though MF is based on COM, the book examples don't use any advanced COM topics. You deal just with very basic COM stuff, like implementation of IUnknown, or registration of COM components - in pure C++ without ATL. The book also contains short COM primer which can be useful for those ones who have never worked with COM.
Problems:
The biggest problem ot the book is that it jumps too early to complex exmaples. If you don't have any experience with multimedia APIs (like DirectShow) you can have a problem to get some 'bigger picture' of MF. I (as newbie in multimedia) had a problem to put all pieces of knowledge together. Because of great deal of comments in sources, it wasn't problem to understand the code itself, but up until chapter 8 (building custom media session) I was confused for instance how source components, MFT and sinks communicate together. Chapter 8 which deals with it should have been put before all component-building chapters, or even better it would be great to have 1 or 2 chapters at the beging of the book that would give you 10 000 feet view to MF. Because of lack of more complete introduction many times I had to look to MSDN to get more info how MF components work together.
Examples are quite large. This is inevitable because of MF completivity but it would be better to have basic tasks in separate chapter at the begining of the book. For instance working with attributes, asynchronous methods calls, working with MF samples, buffers, enummerate MFTs, work queues - these things could have been described in separate chapter. It would give you more hands-on training with simple MF and COM tasks and just after that you would be ready to write more complex programs.
Developing Media Foundation Applications is good intro to MF with excellent fully working examples. But if you are new to MF I suggest you to read it twice. First time just skim it to get overal picture of MF and second time to learn MF API.
3 of 3 people found the following review helpful.
Fantastic book for media application developers
By Kevin Arruda
Having considerable experience with windows and the media APIs, it is not easy to find worthwhile reading material. Many online examples & docs are either the same thing done 20 different ways or things done incorrectly. This book provides a central, correct reference for both new and experienced programmers; one which can be relied on to set proper examples for API usage and architecture. DirectShow, MF, and there underlying friend COM, are all rife with "gotchas" that, aside from resources like this book, are only available through debugging or raw experience.
I would recommend this book to any windows developer, especially those interested in implementing media application in Windows 8, as the DirectShow API is finally being put to bed in favor of full blown Media Foundation.
0 of 0 people found the following review helpful.
... depends on what I'm rating - the shipper was great, but there isn't any other publisher that has ...
By Amazon Customer
It depends on what I'm rating - the shipper was great, but there isn't any other publisher that has ever presented material on this subject.
The shipping was very fast. The book is only OK. I just wish Dietel had a book on the subject - they do such a great job presenting the material.
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger PDF
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger EPub
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger Doc
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger iBooks
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger rtf
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger Mobipocket
Developing Microsoft Media Foundation Applications (Developer Reference), by Anton Polinger Kindle
Tidak ada komentar:
Posting Komentar