Struct itunes_com::wrappers::ConvertOperationStatus
source · pub struct ConvertOperationStatus { /* private fields */ }Expand description
Safe wrapper over a IITConvertOperationStatus
Implementations§
source§impl ConvertOperationStatus
impl ConvertOperationStatus
sourcepub fn GetConversionStatus(&self) -> Result<ConversionStatus>
pub fn GetConversionStatus(&self) -> Result<ConversionStatus>
Returns the current conversion status.
sourcepub fn StopConversion(&self) -> Result<()>
pub fn StopConversion(&self) -> Result<()>
Stops the current conversion operation.
sourcepub fn trackName(&self) -> Result<String>
pub fn trackName(&self) -> Result<String>
Returns the name of the track currently being converted.
sourcepub fn progressValue(&self) -> Result<i32>
pub fn progressValue(&self) -> Result<i32>
Returns the current progress value for the track being converted.
sourcepub fn maxProgressValue(&self) -> Result<i32>
pub fn maxProgressValue(&self) -> Result<i32>
Returns the maximum progress value for the track being converted.