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

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

◆ setTag()

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

Sets optional data to associate with this instance.