Package edu.harvard.hul.ois.jhove
Interface AESAudioMetadata.TimeDesc
- Enclosing class:
- AESAudioMetadata
public static interface AESAudioMetadata.TimeDesc
Public interface to the nested TimeDesc object. Instances
of this should be created only by appropriate methods, but can be
accessed through the public methods of this interface.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the sample rate.longReturns the number of samples.
-
Method Details
-
getSamples
long getSamples()Returns the number of samples. -
getSampleRate
double getSampleRate()Returns the sample rate.
-