Interface SACMediaList


  • public interface SACMediaList
    Version:
    $Revision: 1.1 $
    Author:
    Philippe Le Hegaret
    • Method Summary

      Modifier and Type Method Description
      int getLength()
      Returns the length of this media list
      java.lang.String item​(int index)
      Returns the medium at the specified index, or null if this is not a valid index.
    • Method Detail

      • getLength

        int getLength()
        Returns the length of this media list
      • item

        java.lang.String item​(int index)
        Returns the medium at the specified index, or null if this is not a valid index.