Package | Description |
---|---|
com.sun.media.jfxmedia.track |
Modifier and Type | Method and Description |
---|---|
Track.Encoding |
Track.getEncodingType()
Gets the media encoding for this track.
|
static Track.Encoding |
Track.Encoding.toEncoding(int ordinal) |
static Track.Encoding |
Track.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Track.Encoding[] |
Track.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AudioTrack(boolean enabled,
long trackID,
String name,
Locale locale,
Track.Encoding encoding,
int numChannels,
int channelMask,
float encodedSampleRate)
Constructor.
|
SubtitleTrack(boolean enabled,
long trackID,
String name,
Locale locale,
Track.Encoding encoding) |
Track(boolean enabled,
long trackID,
String name,
Locale locale,
Track.Encoding encoding)
Constructor.
|
VideoTrack(boolean enabled,
long trackID,
String name,
Locale locale,
Track.Encoding encoding,
VideoResolution frameSize,
float encodedFrameRate,
boolean hasAlphaChannel)
Constructor.
|
Copyright © 2020. All rights reserved.