DVDBuilder for C++  3.4
DVD Authoring Software Development Kit
FileSystemDeviceConfig Class Referenceabstract

This interface configures an Hdd device used for DVD video recording. More...

Public Member Functions

virtual const char_t * folder ()=0
 Gets the output folder on the hard drive. More...
 

Detailed Description

This interface configures an Hdd device used for DVD video recording.

The object obtained via VRDevice::config() should be cast to this interface if the VRDevice::type() is VRDeviceType::FileSystem.

Version
2.0

Member Function Documentation

virtual const char_t* folder ( )
pure virtual

Gets the output folder on the hard drive.

Returns
video output folder.
Version
2.0