Constructor.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public VideoArguments(
	string videoUrl,
	string videoMimeType
)
Visual Basic
Public Sub New ( 
	videoUrl As String,
	videoMimeType As String
)
Visual C++
public:
VideoArguments(
	String^ videoUrl, 
	String^ videoMimeType
)
F#
new : 
        videoUrl : string * 
        videoMimeType : string -> VideoArguments

Parameters

videoUrl
Type: System..::..String
Video URL.
videoMimeType
Type: System..::..String
Video MIME Type.

See Also