Click or drag to resize
HttpMJpegSource Constructor (String, String, String)
Initializes a new instance of the HttpMJpegSource class

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public HttpMJpegSource(
	string url,
	string username,
	string password
)

Parameters

url
Type: SystemString
username
Type: SystemString
password
Type: SystemString
See Also