Files
Client/Library/dxx8/samples/Multimedia/DirectShow_WinXP/VideoControl/CPP/readme.txt
LGram16 e067522598 Initial commit: ROW Client source code
Game client codebase including:
- CharacterActionControl: Character and creature management
- GlobalScript: Network, items, skills, quests, utilities
- RYLClient: Main client application with GUI and event handlers
- Engine: 3D rendering engine (RYLGL)
- MemoryManager: Custom memory allocation
- Library: Third-party dependencies (DirectX, boost, etc.)
- Tools: Development utilities

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 16:24:34 +09:00

25 lines
863 B
Plaintext

Windows XP DirectShow Sample -- C++ VideoControl
------------------------------------------------
This sample demonstrates using the Microsoft Video Control to view
ATSC digital television in a window. This is a simple ATL application
that merely hosts the control and allows you to adjust the channel
up or down.
When CPPVideoControl launches, it will look for an ATSC Network
provider on your system. If a working tuner is found, CPPVideoControl
builds the digital television filter graph, tunes to channel 46,
and displays the broadcast signal. It may take several seconds to
completely build the digital television filter graph, so please be patient.
Requirements
------------
- Windows XP operating system
- BDA-compatible ATSC digital tuner card, such as the Broadlogic DTA-100 receiver.
- MPEG-2 decoder (for example, a software DVD decoder)