readme.txt

来自「介绍IStream接口的代码,方便学习,很有参考价值」· 文本 代码 · 共 16 行

TXT
16
字号
========================================================================
       CONSOLE APPLICATION : ReadFromStream
========================================================================


This sample shows how to read data from an IStream with the Reader. The IStream source has been
implemented to use a file in Windows Media Format (WMA/WMV/ASF).

Usage :
	ReadFromStream -i <InFile>
	
where <InFile> specifies the name of the input file.

Note: This sample does not show how to process the media samples coming out of the Reader. For examples of how to process media samples, please refer to other samples, e.g. AudioPlayer, that are included with the SDK.

⌨️ 快捷键说明

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