Click or drag to resize

VideoPlayerWinFormInit Method

Init the component, must be call before using any functionality of the component.

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Init(
	string LibsPath = "",
	string UserName = "",
	string UserKey = ""
)

Parameters

LibsPath (Optional)
Type: SystemString
UserName (Optional)
Type: SystemString
UserKey (Optional)
Type: SystemString
See Also