Class LiveStreamWriterOptions
Inheritance
System.Object
LiveStreamWriterOptions
Assembly: MediaBrowser.Controller.dll
public class LiveStreamWriterOptions
Properties
Declaration
public ILiveStream LiveStream { 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 Dictionary<string, string> ResponseHeaders { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.String> |
|
Extension Methods