Interface SACMediaList

All Known Implementing Classes:
SACMediaListImpl

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

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

    • getLength

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

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