[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaimapi.pas line 136
| type IDiscRecorder = interface(IUnknown) | 
| function Init(); | 
| function GetRecorderGUID(); | 
| function GetRecorderType(); | 
| function GetDisplayNames(); | 
| function GetBasePnPID(); | 
| function GetPath(); | 
| function GetRecorderProperties(); | 
| function SetRecorderProperties(); | 
| function GetRecorderState(); | 
| function OpenExclusive; | 
| function QueryMediaType(); | 
| function QueryMediaInfo(); | 
| function Eject; | 
| function Erase(); | 
| function Close; | 
| end; | 
| | | 
| IInterface |