Tagged Questions
4
votes
2answers
2k views
How to burn video DVD from c#?
I need to burn video dvd from my web cam in C# application?
What is the right way to do it?
What are required steps?
I guess I must create image with right folder structure and MPEG2 video and then ...
1
vote
0answers
91 views
Detect emptiness of DVD-RAM media on Windows 7 x64
I'm trying to detect if a DVD-RAM media is empty or not, with C++ on Windows. The simplest choice is to use IMAPI (version 2) - boilerplate code omitted:
IMAPI_FORMAT2_DATA_MEDIA_STATE state;
HRESULT ...