fm.liveswitch.MediaSinkBase Class Referenceabstract

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...
 

Detailed Description

Media sink base properties/methods.

Constructor & Destructor Documentation

◆ MediaSinkBase()

fm.liveswitch.MediaSinkBase.MediaSinkBase ( )
protected

Member Function Documentation

◆ getExternalId()

String fm.liveswitch.MediaSinkBase.getExternalId ( )

Gets the external identifier.

◆ getId()

String fm.liveswitch.MediaSinkBase.getId ( )

Gets the identifier.

◆ getLogContext()

fm.liveswitch.LogContext fm.liveswitch.MediaSinkBase.getLogContext ( )

Gets the log context.

◆ getTag()

String fm.liveswitch.MediaSinkBase.getTag ( )

Gets optional data to associate with this instance.

◆ setExternalId()

void fm.liveswitch.MediaSinkBase.setExternalId ( String  value)

Sets the external identifier.

◆ setLogContext()

void fm.liveswitch.MediaSinkBase.setLogContext ( fm.liveswitch.LogContext  value)
protected

Sets the log context.

◆ setTag()

void fm.liveswitch.MediaSinkBase.setTag ( String  value)

Sets optional data to associate with this instance.

◆ updateLogContext()

void fm.liveswitch.MediaSinkBase.updateLogContext ( fm.liveswitch.LogContext  context)

Updates the log context.

Parameters
context