diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /avstream/avssamp | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'avstream/avssamp')
| -rw-r--r-- | avstream/avssamp/README.md | 13 | ||||
| -rw-r--r-- | avstream/avssamp/avstream-avssamp.yml | 12 |
2 files changed, 11 insertions, 14 deletions
diff --git a/avstream/avssamp/README.md b/avstream/avssamp/README.md index 979dda3c..ec5b07e4 100644 --- a/avstream/avssamp/README.md +++ b/avstream/avssamp/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: AVStream filter-centric simulated capture sample driver (Avssamp) +description: An AVStream filter-centric simulated capture sample driver with functional audio. +languages: + - cpp +products: + - windows +--- + <!--- name: AVStream filter-centric simulated capture sample driver (Avssamp) platform: WDM @@ -7,8 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620186 ---> -AVStream filter-centric simulated capture sample driver (Avssamp) -================================================================= +# AVStream filter-centric simulated capture sample driver (Avssamp) The AVStream filter-centric simulated capture sample driver (Avssamp) provides a filter-centric [AVStream](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554240) capture driver with functional audio. This streaming media driver performs video captures at 320 x 240 pixel resolution in RGB24 or YUV422 format while playing a user-provided Pulse Code Modulation (PCM) wave audio file in a loop. The sample demonstrates how to write a filter-centric AVStream minidriver. diff --git a/avstream/avssamp/avstream-avssamp.yml b/avstream/avssamp/avstream-avssamp.yml deleted file mode 100644 index 9b36d54b..00000000 --- a/avstream/avssamp/avstream-avssamp.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: AVStream filter-centric simulated capture sample driver (Avssamp) - description: An AVStream filter-centric simulated capture sample driver with functional audio. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /avstream/avssamp/avssamp.sln |
