Media Foundation: Custom Media Source features
Posted
by Ivan Dyachkoff
on Stack Overflow
See other posts from Stack Overflow
or by Ivan Dyachkoff
Published on 2009-07-10T18:35:31Z
Indexed on
2010/04/03
19:03 UTC
Read the original article
Hit count: 367
windows-media-foundation
With IMFMediaSource and IMFByteStreamHandler I can access bytes from media source to determine media type and audio/video stream parameters, such as duration, quality, number of streams, etc. But can I replace these bytes and send them back to client? E.g. I receive zip file bytestream, extract actual media and send another bytestream with asf (for example) data. Is this possible?
© Stack Overflow or respective owner