IMP_Mime_Viewer_Audio
        
        extends Horde_Mime_Viewer_Audio
    
    
            
            in package
            
        
    
    
    
Extension of base audio driver by outputting information on the duration of the audio data if that information was provided in the original message.
Tags
Table of Contents
Properties
- $_capability : array<string|int, mixed>
 - This driver's display capabilities.
 
Methods
- _renderInfo() : array<string|int, mixed>
 - Return the rendered information about the Horde_Mime_Part object.
 
Properties
$_capability
This driver's display capabilities.
    protected
        array<string|int, mixed>
    $_capability
     = array('full' => \true, 'info' => \true, 'inline' => \false, 'raw' => \false)
    
    
    
    
Methods
_renderInfo()
Return the rendered information about the Horde_Mime_Part object.
    protected
                    _renderInfo() : array<string|int, mixed>
    Return values
array<string|int, mixed> —See parent::render().