Свойство | Тип | Описание | |
---|---|---|---|
GetMimeType | string | ||
IsVideo | bool | ||
RunVLC | void |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
GetMimeType ( string filename ) : string | ||
IsVideo ( string filename ) : bool | ||
RunVLC ( ) : void |
public Folder ( string path, int page ) : System.Web.Mvc.ActionResult | ||
path | string | |
page | int | |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public KillVLC ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Run ( string path, string file ) : System.Web.Mvc.ActionResult | ||
path | string | |
file | string | |
Результат | System.Web.Mvc.ActionResult |
public Video ( string path, string file ) : System.Web.Mvc.ActionResult | ||
path | string | |
file | string | |
Результат | System.Web.Mvc.ActionResult |