Class RecordedMedia
-
- All Implemented Interfaces:
public final class RecordedMedia
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerdurationInMsprivate final Attachmentattachment
-
Constructor Summary
Constructors Constructor Description RecordedMedia(Integer durationInMs, Attachment attachment)
-
Method Summary
Modifier and Type Method Description final IntegergetDurationInMs()final AttachmentgetAttachment()-
-
Constructor Detail
-
RecordedMedia
RecordedMedia(Integer durationInMs, Attachment attachment)
-
-
Method Detail
-
getDurationInMs
final Integer getDurationInMs()
-
getAttachment
final Attachment getAttachment()
-
-
-
-