UDPFilter

所属分类:Windows编程
开发工具:Visual C++
文件大小:912KB
下载次数:118
上传日期:2006-06-20 09:26:56
上 传 者niceboy11
说明:  udp单播的实现,以mpeg-4d的格式传送数据,大家可以参考一下.
(udp Unicast Implementation to mpeg- 4d transmission of data format, we can take a look.)

文件列表:
UDP Filter (0, 2004-07-16)
UDP Filter\Ball (0, 2004-07-16)
UDP Filter\Ball\ball.cpp (7636, 2002-11-12)
UDP Filter\Ball\ball.def (489, 2002-11-12)
UDP Filter\Ball\ball.dsp (11416, 2004-06-25)
UDP Filter\Ball\ball.dsw (531, 2002-11-12)
UDP Filter\Ball\ball.exp (1076, 2004-06-28)
UDP Filter\Ball\ball.h (2682, 2002-11-12)
UDP Filter\Ball\ball.lib (1494, 2004-06-28)
UDP Filter\Ball\ball.ncb (797696, 2004-07-16)
UDP Filter\Ball\ball.opt (54784, 2004-07-16)
UDP Filter\Ball\ball.pdb (1788928, 2004-06-28)
UDP Filter\Ball\ball.plg (35814, 2004-06-28)
UDP Filter\Ball\ball.rc (1888, 2002-11-12)
UDP Filter\Ball\ball.sln (1323, 2004-06-26)
UDP Filter\Ball\ball.sln.old (1330, 2002-11-12)
UDP Filter\Ball\ball.suo (11776, 2004-07-16)
UDP Filter\Ball\ball.vcproj (10775, 2004-06-26)
UDP Filter\Ball\ball.vcproj.old (9959, 2002-11-12)
UDP Filter\Ball\Debug (0, 2004-07-16)
UDP Filter\Ball\Debug_Unicode (0, 2004-07-16)
UDP Filter\Ball\fball.cpp (19495, 2004-06-28)
UDP Filter\Ball\fball.h (3745, 2004-06-25)
UDP Filter\Ball\Release_Unicode (0, 2004-07-16)
UDP Filter\Ball\resource.h (496, 2002-11-12)
UDP Filter\Ball\UDPReceiver.cpp (2897, 2004-06-28)
UDP Filter\Ball\UDPReceiver.h (1233, 2004-06-28)
UDP Filter\NullNull (0, 2004-07-16)
UDP Filter\NullNull\Debug (0, 2004-07-16)
UDP Filter\NullNull\Debug_Unicode (0, 2004-07-16)
UDP Filter\NullNull\nullnull.aps (35976, 2004-06-24)
UDP Filter\NullNull\nullnull.cpp (6925, 2004-06-26)
UDP Filter\NullNull\nullnull.def (495, 2002-11-12)
UDP Filter\NullNull\nullnull.dsp (9983, 2002-11-12)
UDP Filter\NullNull\nullnull.dsw (539, 2002-11-12)
UDP Filter\NullNull\nullnull.ncb (789504, 2004-07-16)
UDP Filter\NullNull\nullnull.opt (52736, 2004-07-16)
UDP Filter\NullNull\nullnull.plg (18750, 2004-06-28)
UDP Filter\NullNull\nullnull.rc (726, 2002-11-12)
... ...

//----------------------------------------------------------------------------- // Name: DirectShow Sample -- Ball Filter // // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- Description ============ Video source filter that produces an image of a bouncing ball. This sample illustrates format negotiation and the use of the source filter base classes CSource and CSourceStream. Path ===== Source: (SDK root)\Samples\C++\DirectShow\Filters\Ball User's Guide ============ The code in Fball.h and Fball.cpp manages the filter interfaces. Those two files contain approximately the minimum code required for a source filter. The Ball.h and Ball.cpp files contain the code that bounces the ball. This filter has a single output pin, which provides a video stream that shows a ball bouncing around in the frame. The Ball filter also accepts quality management requests from the downstream filter, which illustrates a simple quality management strategy. This filter implements the IQualityControl interface for that purpose. The color of the ball corresponds to the current display bit depth: 8 bit - red balls 16 bit - blue 24 bit - green 32 bit - yellow

近期下载者

相关文件


收藏者