Media sink base properties/methods. More...
Public Member Functions | |
| String | getExternalId () |
| Gets the external identifier. More... | |
| String | getId () |
| Gets the identifier. More... | |
| fm.liveswitch.LogContext | getLogContext () |
| Gets the log context. More... | |
| String | getTag () |
| Gets optional data to associate with this instance. More... | |
| void | setExternalId (String value) |
| Sets the external identifier. More... | |
| void | setTag (String value) |
| Sets optional data to associate with this instance. More... | |
| void | updateLogContext (fm.liveswitch.LogContext context) |
| Updates the log context. More... | |
Public Member Functions inherited from fm.liveswitch.Dynamic | |
| java.util.HashMap< String, Object > | getDynamicProperties () |
| Gets all dynamic properties on this instance. More... | |
| Object | getDynamicValue (String key) |
| Gets a property value from the local cache. More... | |
| void | setDynamicValue (String key, Object value) |
| Sets a property value in the local cache. More... | |
| boolean | unsetDynamicValue (String key) |
| Removes a property value from the local cache. More... | |
Protected Member Functions | |
| MediaSinkBase () | |
| void | setLogContext (fm.liveswitch.LogContext value) |
| Sets the log context. More... | |
Protected Member Functions inherited from fm.liveswitch.Dynamic | |
| Dynamic () | |
Protected Member Functions inherited from fm.liveswitch.Serializable | |
| boolean | getIsDirty () |
| Gets a value indicating whether this instance is dirty. More... | |
| Serializable () | |
| Initializes a new instance of the fm.liveswitch.Serializable class. More... | |
| void | setIsDirty (boolean value) |
| Sets a value indicating whether this instance is dirty. More... | |
Media sink base properties/methods.
|
protected |
| String fm.liveswitch.MediaSinkBase.getExternalId | ( | ) |
Gets the external identifier.
| String fm.liveswitch.MediaSinkBase.getId | ( | ) |
Gets the identifier.
| fm.liveswitch.LogContext fm.liveswitch.MediaSinkBase.getLogContext | ( | ) |
Gets the log context.
| String fm.liveswitch.MediaSinkBase.getTag | ( | ) |
Gets optional data to associate with this instance.
| void fm.liveswitch.MediaSinkBase.setExternalId | ( | String | value | ) |
Sets the external identifier.
|
protected |
Sets the log context.
| void fm.liveswitch.MediaSinkBase.setTag | ( | String | value | ) |
Sets optional data to associate with this instance.
| void fm.liveswitch.MediaSinkBase.updateLogContext | ( | fm.liveswitch.LogContext | context | ) |
Updates the log context.
| context |