Class MediaSourceBase
Media source base properties/methods.
Inheritance
System.Object
MediaSourceBase
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class MediaSourceBase : Dynamic
Properties
ExternalId
Gets or sets the external identifier.
Declaration
public string ExternalId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets the identifier.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Tag
Gets or sets optional data to associate with this instance.
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Start()
Starts this instance.
Declaration
public abstract Future<object> Start()
Returns
Type | Description |
---|---|
Future<System.Object> |
Stop()
Stops this instance.
Declaration
public abstract Future<object> Stop()
Returns
Type | Description |
---|---|
Future<System.Object> |