代码搜索:stream
找到约 10,000 项符合「stream」的源代码
代码结果 10,000
www.eeworm.com/read/281747/9136713
c stream.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/180913/9279768
h stream.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/180913/9279815
cpp stream.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/179705/9343512
c stream.c
/* err/stream.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/178776/9385624
h stream.h
/*
* stream.h
*/
#ifndef __STREAM_H__
#define __STREAM_H__
#include
#include
#include
int add_demux_filter(char *, uint16_t, dmx_pes_type_t);
void stream_t
www.eeworm.com/read/178776/9385631
c stream.c
/*
* stream.c
*/
#include
#include
#include
#include
#include
#include "stream.h"
#include "utils.h"
int
add_demux_filter(char *demux_dev,
www.eeworm.com/read/374649/9391078
h stream.h
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/374649/9391091
c stream.c
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/374649/9391154
o stream.o
www.eeworm.com/read/374600/9393172
h stream.h
/******************************************************************************************
* 目的:数据流功能模块
* 功能:实现读取数据流功能
* 模块依赖:Systemint.h
**************************************************