Codota Logo
AESAudioMetadata.getFormatList
Code IndexAdd Codota to your IDE (free)

How to use
getFormatList
method
in
edu.harvard.hul.ois.jhove.AESAudioMetadata

Best Java code snippets using edu.harvard.hul.ois.jhove.AESAudioMetadata.getFormatList (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: openpreserve/jhove

if (!flist.isEmpty ()) {
  AESAudioMetadata.FormatRegion rgn = 
    flist.get(0);
origin: openpreserve/jhove

List flist = aes.getFormatList ();
if (!flist.isEmpty ()) {
  AESAudioMetadata.FormatRegion rgn =
origin: openpreserve/jhove

List flist = aes.getFormatList ();
if (!flist.isEmpty ()) {
  AESAudioMetadata.FormatRegion rgn =
edu.harvard.hul.ois.jhoveAESAudioMetadatagetFormatList

Javadoc

Gets the list of Format Regions. Since one is created automatically on initialization, it's possible that the list will contain a Format Region with only default values. This should be checked with isEmpty ().

Popular methods of AESAudioMetadata

  • getAnalogDigitalFlag
    Returns analog/digital flag. Value will always be "FILE_DIGITAL" in practice.
  • getAppSpecificData
    Returns application-specific data. We assume this is representable in String format.
  • getAudioDataEncoding
    Returns audio data encoding.
  • getByteOrder
    Return the byte order: 0 = big-endian; 1 = little-endian.
  • getFaceList
    Gets the list of Faces. Normally there will be only one face in a digital file.
  • getFirstSampleOffset
    Return the offset of the first byte of sample data.
  • getFormat
    Returns format name.
  • getMapLocations
    Returns the names of the map locations. The returned value is an array whose length equals the numbe
  • getNumChannels
    Returns number of channels.
  • getPrimaryIdentifier
    Returns primary identifier.
  • getPrimaryIdentifierType
    Returns primary identifier type.
  • getSampleRate
  • getPrimaryIdentifierType,
  • getSampleRate,
  • getSchemaVersion,
  • getSpecificationVersion,
  • getUse,
  • <init>,
  • addFace,
  • addFormatRegion,
  • clearBitrateReduction

Popular in Java

  • Start an intent from android
  • setScale (BigDecimal)
  • setContentView (Activity)
  • runOnUiThread (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • LinkedHashMap (java.util)
    Hash table and linked list implementation of the Map interface, with predictable iteration order. Th
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Logger (org.slf4j)
    The main user interface to logging. It is expected that logging takes place through concrete impleme
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now