Interface VideoFileResource
-
- All Superinterfaces:
FileResource,Identifiable
- All Known Implementing Classes:
VideoFileResourceImpl
public interface VideoFileResource extends FileResource
A video file resource. Mimetype starts with "video/".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDuration()voidsetDuration(int duration)-
Methods inherited from interface de.digitalcollections.model.api.identifiable.resource.FileResource
getFilename, getFilenameExtension, getLicense, getMimeType, getSizeInBytes, getUri, isReadonly, setFilename, setLicense, setMimeType, setReadonly, setSizeInBytes, setUri
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
-