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)
Syntaxpublic void Init(
string LibsPath = "",
string UserName = "",
string UserKey = ""
)
Public Sub Init (
Optional LibsPath As String = "",
Optional UserName As String = "",
Optional UserKey As String = ""
)
Dim instance As VideoPlayerWinForm
Dim LibsPath As String
Dim UserName As String
Dim UserKey As String
instance.Init(LibsPath, UserName, UserKey)
member Init :
?LibsPath : string *
?UserName : string *
?UserKey : string
(* Defaults:
let _LibsPath = defaultArg LibsPath ""
let _UserName = defaultArg UserName ""
let _UserKey = defaultArg UserKey ""
*)
-> unit
public void Init(
String LibsPath = "",
String UserName = "",
String UserKey = ""
)
public function Init(
LibsPath : String,
UserName : String,
UserKey : String
)
function Init(LibsPath, UserName, UserKey);
Parameters
- LibsPath (Optional)
- Type: SystemString
- UserName (Optional)
- Type: SystemString
- UserKey (Optional)
- Type: SystemString
See Also