📄 tstream.cpp
字号:
/**************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -