Annotation Interface AudioPreload


@Documented public @interface AudioPreload
An enumerated value to provide a hint to the browser about what the author thinks will lead to the best user experience.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Indicates that the whole audio file can be downloaded, even if the user is not expected to use it.
    static final String
    Indicates that only audio metadata (e.g.
    static final String
    Indicates that the audio should not be preloaded.