Méthode | Description | |
---|---|---|
ExecuteResultAsync ( Microsoft.AspNetCore.Mvc.ActionContext context ) : System.Threading.Tasks.Task | ||
VideoStreamResult ( Stream fileStream, Microsoft.Net.Http.Headers.MediaTypeHeaderValue contentType ) : System | ||
VideoStreamResult ( Stream fileStream, string contentType ) : System |
Méthode | Description | |
---|---|---|
WriteVideoAsync ( HttpResponse response ) : System.Threading.Tasks.Task |
Méthode | Description | |
---|---|---|
IsMultipartRequest ( Microsoft.Net.Http.Headers.RangeHeaderValue range ) : bool | ||
IsRangeRequest ( Microsoft.Net.Http.Headers.RangeHeaderValue range ) : bool | ||
WriteDataToResponseBody ( HttpResponse response, Microsoft.Net.Http.Headers.RangeItemHeaderValue rangeValue ) : System.Threading.Tasks.Task |
public ExecuteResultAsync ( Microsoft.AspNetCore.Mvc.ActionContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNetCore.Mvc.ActionContext | |
Résultat | System.Threading.Tasks.Task |
public VideoStreamResult ( Stream fileStream, Microsoft.Net.Http.Headers.MediaTypeHeaderValue contentType ) : System | ||
fileStream | Stream | |
contentType | Microsoft.Net.Http.Headers.MediaTypeHeaderValue | |
Résultat | System |
public VideoStreamResult ( Stream fileStream, string contentType ) : System | ||
fileStream | Stream | |
contentType | string | |
Résultat | System |
protected WriteVideoAsync ( HttpResponse response ) : System.Threading.Tasks.Task | ||
response | HttpResponse | |
Résultat | System.Threading.Tasks.Task |