StarBurn OCX
ContentsIndexHome
PreviousUpNext
IDevice::GetDiscInfo Method
C++
[id(34), helpstring("returns object which contains information about inserted disc")]
HRESULT GetDiscInfo([out,retval] IDiscInfo** ppDiscInfo);
Parameters 
Description 
TrackFileName 
File name of image data or audio track
 
TestWrite 
Indicates is it test-write or real burn
 
NextSessionAllowed 
Indicates if next session allowed (VARIANT_TRUE) 

This function is used to burn audio/data track from file

Device.TrackAtOnceFromFile(DVDImage.File,bTestWrite,true);
Links