System.Html.Media.TextTrackCueList.GetCueById C# (CSharp) Method

GetCueById() public method

public GetCueById ( string id ) : VTTCue
id string
return VTTCue
        public VTTCue GetCueById(string id)
        {
            return default(VTTCue);
        }