Share via


Windows Media Player 11 SDK IWMPCdromRip.ripProgress (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPCdromRip.ripProgress (VB and C#)

The ripProgress property gets the CD ripping progress as percent complete.

  

Property Value

A System.Int32 that is the progress value. Progress values range from 0 to 100.

Remarks

The progress value represents the completed percentage of the entire ripping process. To determine the progress of a specific track, use IWMPMedia.getItemInfo with RipProgress as the attribute name. To get the index of the track currently being ripped, call IWMPPlaylist.getItemInfo with CurrentRipTrackIndex as the attribute name.

Requirements

Version: Windows Media Player 11.

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next