WebExtensionCollection.AddWebVideoPlayer

WebExtensionCollection.AddWebVideoPlayer method

Add a web video player into exel.

public int AddWebVideoPlayer(string url, bool autoPlay, int startTime, int endTime)
ParameterTypeDescription
urlString
autoPlayBooleanIndicates whether auto playing the video.
startTimeInt32The start time in unit of seconds.
endTimeInt32The end time in unit of seconds.

See Also