Class LiveStreamOptions
Inheritance
System.Object
LiveStreamOptions
Assembly: MediaBrowser.Controller.dll
public sealed class LiveStreamOptions
Properties
Declaration
public bool DeleteFilesOnClose { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableMultiFileInput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public MediaSourceInfo MediaSource { get; set; }
Property Value
Declaration
public Func<ILiveStream, Task> OnClose { get; set; }
Property Value
Type |
Description |
System.Func<ILiveStream, System.Threading.Tasks.Task> |
|
Declaration
public TunerHostInfo TunerHost { get; set; }
Property Value
Extension Methods