Package org.openhab.core.audio
Interface SizeableAudioStream
- All Known Implementing Classes:
ByteArrayAudioStream
,FileAudioStream
,FixedLengthAudioStream
@NonNullByDefault
public interface SizeableAudioStream
This is for an
AudioStream
, which size is known- Author:
- Gwendal Roulleau - Initial contribution, separation from
FixedLengthAudioStream
-
Method Summary
-
Method Details
-
length
long length()Provides the length of the stream in bytes.- Returns:
- absolute length in bytes
-