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 Type
    Method
    Description
    double
    Returns the sample rate.
    long
    Returns the number of samples.
  • Method Details

    • getSamples

      long getSamples()
      Returns the number of samples.
    • getSampleRate

      double getSampleRate()
      Returns the sample rate.