|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xmtutil.MediaObjectInformation
Field Summary | |
static int |
AUDIO
|
static int |
Audio_G711
|
static int |
Audio_G723
|
static int |
Audio_Mpeg1
|
static int |
Audio_Mpeg2
|
static int |
Audio_Mpeg2_LowComplexity_Profile
|
static int |
Audio_Mpeg2_Main_Profile
|
static int |
Audio_Mpeg2_SSR_Profile
|
static int |
Audio_Mpeg4
|
static int |
AudioStream
|
static int |
ClockReferenceStream
|
private static boolean |
debug_
Whether debug information is to be printed to the console. |
private java.lang.String |
fileName_
media file name |
static int |
IMAGE
|
static int |
IPMPStream
|
private int |
mediaObjectType
media object type |
private int |
mediaStreamType
media stream type |
static int |
MPEG7Stream
|
static int |
MPEGJStream
|
static int |
no_profile_specified
|
static int |
ObjectContentInfoStream
|
static int |
ObjectDescriptorStream
|
static int |
SceneDescriptionStream
|
static int |
UNKNOWN_TYPE
Generic type of file. |
static int |
VIDEO
|
static int |
Visual_GIF
|
static int |
Visual_H263
|
static int |
Visual_Jpeg
|
static int |
Visual_Mpeg1
|
static int |
Visual_Mpeg2_422_Profile
|
static int |
Visual_Mpeg2_High_Profile
|
static int |
Visual_Mpeg2_Main_Profile
|
static int |
Visual_Mpeg2_Simple_profile
|
static int |
Visual_Mpeg2_SNR_Profile
|
static int |
Visual_Mpeg2_Spatial_Profile
|
static int |
Visual_Mpeg4
|
static int |
VisualStream
|
Constructor Summary | |
MediaObjectInformation(java.lang.String fileName)
|
Method Summary | |
java.awt.Dimension |
getDimension()
Get the dimension of the object. |
long |
getDuration()
Get the duration of the media object. |
java.lang.String |
getFileName()
Get the name of the file. |
javax.swing.ImageIcon |
getImage(long time)
Get the image at the specified time. |
int |
getMediaObjectType()
Get the media object type description of the object. |
int |
getMediaStreamType()
Get the media stream type of the object. |
int |
getMediaType()
Get a generic description of the media type for the authoring tool. |
static java.lang.String[] |
getSupportedMediaFileTypes(int mediaType)
add a Media Object |
static void |
setDebug(boolean debug)
Enable debugging information to be printed to the console. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int Visual_Mpeg4
public static final int Audio_Mpeg4
public static final int Visual_Mpeg2_Simple_profile
public static final int Visual_Mpeg2_Main_Profile
public static final int Visual_Mpeg2_SNR_Profile
public static final int Visual_Mpeg2_Spatial_Profile
public static final int Visual_Mpeg2_High_Profile
public static final int Visual_Mpeg2_422_Profile
public static final int Audio_Mpeg2_Main_Profile
public static final int Audio_Mpeg2_LowComplexity_Profile
public static final int Audio_Mpeg2_SSR_Profile
public static final int Audio_Mpeg2
public static final int Visual_Mpeg1
public static final int Audio_Mpeg1
public static final int Visual_Jpeg
public static final int no_profile_specified
public static final int Visual_GIF
public static final int Audio_G723
public static final int Visual_H263
public static final int Audio_G711
public static final int ObjectDescriptorStream
public static final int ClockReferenceStream
public static final int SceneDescriptionStream
public static final int VisualStream
public static final int AudioStream
public static final int MPEG7Stream
public static final int IPMPStream
public static final int ObjectContentInfoStream
public static final int MPEGJStream
private static boolean debug_
private java.lang.String fileName_
private int mediaObjectType
private int mediaStreamType
public static final int UNKNOWN_TYPE
public static final int VIDEO
public static final int AUDIO
public static final int IMAGE
Constructor Detail |
public MediaObjectInformation(java.lang.String fileName)
Method Detail |
public java.awt.Dimension getDimension()
public long getDuration()
public java.lang.String getFileName()
public javax.swing.ImageIcon getImage(long time)
public int getMediaObjectType()
public int getMediaStreamType()
public int getMediaType()
public static java.lang.String[] getSupportedMediaFileTypes(int mediaType)
public static void setDebug(boolean debug)
debug
- sets debug information is printed
|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |