Class ProgressiveStreamWriterOptions
Inheritance
System.Object
ProgressiveStreamWriterOptions
Assembly: MediaBrowser.Controller.dll
public class ProgressiveStreamWriterOptions
Properties
Declaration
public FileShareMode FileShareMode { get; set; }
Property Value
Declaration
public Func<bool> IsCompleted { get; set; }
Property Value
| Type |
Description |
| System.Func<System.Boolean> |
|
Declaration
public MediaSourceInfo MediaSource { get; set; }
Property Value
Declaration
public Action OnComplete { get; set; }
Property Value
| Type |
Description |
| System.Action |
|
Declaration
public Action OnError { get; set; }
Property Value
| Type |
Description |
| System.Action |
|
Declaration
public Action<long, long> OnRead { get; set; }
Property Value
| Type |
Description |
| System.Action<System.Int64, System.Int64> |
|
Declaration
public string Path { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public Dictionary<string, string> ResponseHeaders { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.String> |
|
Extension Methods