Interface IViewableMedia<TView>
Viewable media interface.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IViewableMedia<TView>
Type Parameters
Name | Description |
---|---|
TView |
Properties
Id
Gets the identifier.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
View
Gets the view.
Declaration
TView View { get; }
Property Value
Type | Description |
---|---|
TView |