<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] Question about a resizing
filter</title></head><body>
<blockquote type="cite" cite><font size="-1">Can anyone tell me if a
filter should be able to resize the frames of a stream? E.g
Create a filter that takes each frame and resizes it as it is
being streamed.</font></blockquote>
<div><br></div>
<div>Yes, this would be easy to do, by defining a subclass of
"FramedFilter" (and, of course, reimplementing the
"doGetNextFrame()" virtual function). Your subclass
will probably need to have it's own buffer.</div>
<div><br></div>
<div>I'm curious, though: Why do you want to do this (and what sort of
frames are these)? I'm wondering if perhaps there's a better way
to do what you're trying to do.</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>