Class MediaAttributes

java.lang.Object
ddf.catalog.data.impl.types.MediaAttributes
All Implemented Interfaces:
ddf.catalog.data.MetacardType, ddf.catalog.data.types.Media, Serializable

public class MediaAttributes extends Object implements ddf.catalog.data.types.Media, ddf.catalog.data.MetacardType
This class provides attributes that reflect metadata about media resources associated with a metacard. This includes bit rates, encoding and compression.
See Also:
  • Field Summary

    Fields inherited from interface ddf.catalog.data.types.Media

    BITS_PER_SAMPLE, BITS_PER_SECOND, COMPRESSION, DURATION, ENCODING, FORMAT, FORMAT_VERSION, FRAME_CENTER, FRAMES_PER_SECOND, HEIGHT, NUMBER_OF_BANDS, SCANNING_MODE, TYPE, WIDTH

    Fields inherited from interface ddf.catalog.data.MetacardType

    DEFAULT_METACARD_TYPE_NAME, METACARD_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ddf.catalog.data.AttributeDescriptor
     
    Set<ddf.catalog.data.AttributeDescriptor>
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MediaAttributes

      public MediaAttributes()
  • Method Details

    • getAttributeDescriptors

      public Set<ddf.catalog.data.AttributeDescriptor> getAttributeDescriptors()
      Specified by:
      getAttributeDescriptors in interface ddf.catalog.data.MetacardType
    • getAttributeDescriptor

      public ddf.catalog.data.AttributeDescriptor getAttributeDescriptor(String name)
      Specified by:
      getAttributeDescriptor in interface ddf.catalog.data.MetacardType
    • getName

      public String getName()
      Specified by:
      getName in interface ddf.catalog.data.MetacardType