System.Html.Media.TextTrackCueList.GetCueById C# (CSharp) 메소드

GetCueById() 공개 메소드

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