Class HtmlAudio
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlAudio : HtmlContainerControlConstructors
HtmlAudio()
Declaration
public HtmlAudio()HtmlAudio(Element)
Properties
Autoplay
Declaration
public bool Autoplay { get; set; }Property Value
| System.Boolean 
 | 
Controls
Declaration
public bool Controls { get; set; }Property Value
| System.Boolean 
 | 
CurrentTime
Declaration
public double CurrentTime { get; }Property Value
| System.Double 
 | 
Duration
Declaration
public double Duration { get; }Property Value
| System.Double 
 | 
Ended
Declaration
public bool Ended { get; }Property Value
| System.Boolean 
 | 
Error
InError
Declaration
public bool InError { get; }Property Value
| System.Boolean 
 | 
InitialTime
Declaration
public double InitialTime { get; }Property Value
| System.Double 
 | 
Loop
Declaration
public bool Loop { get; set; }Property Value
| System.Boolean 
 | 
Paused
Declaration
public bool Paused { get; }Property Value
| System.Boolean 
 | 
Sources
Declaration
public IList<HtmlSource> Sources { get; }Property Value
| System.Collections.Generic.IList<HtmlSource> 
 | 
Src
Declaration
public string Src { get; set; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
Load()
Declaration
public void Load()Pause()
Declaration
public void Pause()Play()
Declaration
public void Play()