org.jmythapi.protocol.events
Interface IPixmapGenerated
- All Superinterfaces:
- Cloneable, IMythEvent<IPixmapGenerated.Props>, IPropertyAware<IPixmapGenerated.Props>, IRecordingEvent<IPixmapGenerated.Props>, ISendable, IVersionable
- All Known Implementing Classes:
- PixmapGenerated
public interface IPixmapGenerated
- extends IRecordingEvent<IPixmapGenerated.Props>
Backend Event - Pixmap Generated.
- Since:
- 61
- See Also:
BACKEND_MESSAGE_GENERATED_PIXMAP
,
IBackend.queryGenPixmap2(String, org.jmythapi.protocol.response.IProgramInfo)
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
getChannelID
Integer getChannelID()
- Description copied from interface:
IRecordingEvent
- Gets the channel ID of the recording.
- Specified by:
getChannelID
in interface IRecordingEvent<IPixmapGenerated.Props>
- Returns:
- the channel ID.
getRecordingStartTime
Date getRecordingStartTime()
- Description copied from interface:
IRecordingEvent
- Gets the recording start time.
- Specified by:
getRecordingStartTime
in interface IRecordingEvent<IPixmapGenerated.Props>
- Returns:
- the recording start time.
getUniqueRecordingID
String getUniqueRecordingID()
- Description copied from interface:
IRecordingEvent
- Gets the unique ID of the changed recording.
- Specified by:
getUniqueRecordingID
in interface IRecordingEvent<IPixmapGenerated.Props>
- Returns:
- the unique recording ID.
- See Also:
EncodingUtils.generateId(Integer, Date)
getStatusCode
String getStatusCode()
getStatusMessage
String getStatusMessage()
getPixmap
IPixmap getPixmap()
getToken
String getToken()
getPreviewImageName
String getPreviewImageName()
Copyright © 2008-2013. All Rights Reserved.