Interface AudioFileResource
-
- All Superinterfaces:
FileResource,Identifiable
- All Known Implementing Classes:
AudioFileResourceImpl
public interface AudioFileResource extends FileResource
An audio file resource. Mimetype starts with "audio/".
-
-
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
-
-