Property | Type | Description | |
---|---|---|---|
GetMimeType | string | ||
IsVideo | bool | ||
RunVLC | void |
Method | Description | |
---|---|---|
Folder ( string path, int page ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
KillVLC ( ) : System.Web.Mvc.ActionResult | ||
KillVLCProc ( ) : void | ||
Run ( string path, string file ) : System.Web.Mvc.ActionResult | ||
Video ( string path, string file ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
GetMimeType ( string filename ) : string | ||
IsVideo ( string filename ) : bool | ||
RunVLC ( ) : void |
public Folder ( string path, int page ) : System.Web.Mvc.ActionResult | ||
path | string | |
page | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public KillVLC ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Run ( string path, string file ) : System.Web.Mvc.ActionResult | ||
path | string | |
file | string | |
return | System.Web.Mvc.ActionResult |
public Video ( string path, string file ) : System.Web.Mvc.ActionResult | ||
path | string | |
file | string | |
return | System.Web.Mvc.ActionResult |