Interface Audio
-
- All Superinterfaces:
ContentAccess,ContentStreamAccess,Serializable
- All Known Implementing Classes:
AudioResource
public interface Audio extends ContentStreamAccess
Represents an audio clip. Implementations can choose whether to explicitly store the byte[] or fetch it from some sort of streaming resource as needed to service theContentAccess.getBytes()andContentStreamAccess.getStream()methods as needed.- Since:
- 1.0.0
- Author:
- Yiannis Paschalidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDuration()-
Methods inherited from interface com.github.bordertech.wcomponents.ContentAccess
getBytes, getDescription, getMimeType
-
Methods inherited from interface com.github.bordertech.wcomponents.ContentStreamAccess
getStream
-
-