C# Class System.Html.Media.TextTrackCueList

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
GetEnumerator IEnumerator
TextTrackCueList System.Collections.Generic
this VTTCue

Public Methods

Method Description
GetCueById ( string id ) : VTTCue

Private Methods

Method Description
GetEnumerator ( ) : IEnumerator
TextTrackCueList ( ) : System.Collections.Generic
this ( int index ) : VTTCue

Method Details

GetCueById() public method

public GetCueById ( string id ) : VTTCue
id string
return VTTCue