ILTDVDBurner.GetDiscTypeName Example for Visual Basic

Private Sub DiscTypeName()
   Dim szDiscTypeName As String
   szDiscTypeName = burner.GetDiscTypeName(0) 
End Sub