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.
-
SampleReferenceVector(int)
- Creates a SampleReferenceVector which is an array of SampleReference objects.
-
get(int)
- Get a SampleReference at specified position.
-
insert(SampleReference, int)
- Inserts a SampleReference into the vector at specified position.
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
insert
public void insert(SampleReference el,
int pos) throws QTException, ArrayIndexOutOfBoundsException
- Inserts a SampleReference into the vector at specified position.
get
public SampleReference get(int pos) throws ArrayIndexOutOfBoundsException, QTException
- Get a SampleReference at specified position.
All Packages Class Hierarchy This Package Previous Next Index