tstream.cpp

来自「winddk src目录下的WDM源码压缩!」· C++ 代码 · 共 69 行

CPP
69
字号
/**************************************************************************

    AVStream Simulated Hardware Sample

    Copyright (c) 2001, Microsoft Corporation.

    File:

        TStream.cpp

    Abstract:


    History:

        created 1/16/2001

**************************************************************************/

#include "BDACap.h"

/**************************************************************************

    Constants

**************************************************************************/

/**************************************************************************

    LOCKED CODE

**************************************************************************/

#ifdef ALLOC_PRAGMA
#pragma code_seg()
#endif // ALLOC_PRAGMA


void
CTsSynthesizer::
SynthesizeTS (
    )

/*++

Routine Description:

    Synthesize a transport stream.  The synthesized packets should be placed
    into the current synthesis buffer.

Arguments:

    None

Return Value:

    None

--*/

{
    
    //
    // Copy the synthesized transport stream to the synthesis buffer
    //

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?