All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.media.SampleReferenceVector

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.util.QTPointerRef
                   |
                   +----quicktime.util.QTVector
                           |
                           +----quicktime.std.movies.media.SampleReferenceVector

public class SampleReferenceVector
extends QTVector
This class represents a SampleReferenceVector which is an array of SampleReference objects.


Constructor Index

 o SampleReferenceVector(int)
Creates a SampleReferenceVector which is an array of SampleReference objects.

Method Index

 o get(int)
Get a SampleReference at specified position.
 o insert(SampleReference, int)
Inserts a SampleReference into the vector at specified position.

Constructors

 o SampleReferenceVector
 public SampleReferenceVector(int numberOfElements) throws QTException
Creates a SampleReferenceVector which is an array of SampleReference objects.

Parameters:
numberOfElements - This is the number of elements the Vector will hold - it is NOT growable

Methods

 o insert
 public void insert(SampleReference el,
                    int pos) throws QTException, ArrayIndexOutOfBoundsException
Inserts a SampleReference into the vector at specified position.

 o get
 public SampleReference get(int pos) throws ArrayIndexOutOfBoundsException, QTException
Get a SampleReference at specified position.


All Packages  Class Hierarchy  This Package  Previous  Next  Index