Prepares the track for burning.
Original signature is '- (BOOL) prepareTrack:(DRTrack*)track forBurn:(DRBurn*)burn toMedia:(NSDictionary*)mediaInfo'

C# | Visual Basic | Visual C++ |
bool PrepareTrackForBurnToMedia( DRTrack track, DRBurn burn, NSDictionary mediaInfo )
Function PrepareTrackForBurnToMedia ( _ track As DRTrack, _ burn As DRBurn, _ mediaInfo As NSDictionary _ ) As Boolean
bool PrepareTrackForBurnToMedia( DRTrack^ track, DRBurn^ burn, NSDictionary^ mediaInfo )

- track (DRTrack)
- The track object being burned
- burn (DRBurn)
- The burn object controlling the burn
- mediaInfo (NSDictionary)
- The media being burned to. This is the same dictionary as returned by -[DRDevice status] .

YES to indicate that the burn should proceed and NO to indicate a failure occurred.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)