跳过导航链接
A B C D E F G H I K L M N O P Q R S T U V W 

A

addTimedTextSource(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Set the file-path of an external timed text.
ALBUM - 类 中的静态变量app.dttv.dttvlib.Metadata
 
ALBUM_ART - 类 中的静态变量app.dttv.dttvlib.Metadata
 
ANY - 类 中的静态变量app.dttv.dttvlib.Metadata
 
app.dttv.dttvlib - 程序包 app.dttv.dttvlib
 
app.dttv.dttvlib.utils - 程序包 app.dttv.dttvlib.utils
 
ARTIST - 类 中的静态变量app.dttv.dttvlib.Metadata
 
AUDIO_BIT_RATE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
AUDIO_CODEC - 类 中的静态变量app.dttv.dttvlib.Metadata
 
AUDIO_SAMPLE_RATE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
AUTHOR - 类 中的静态变量app.dttv.dttvlib.Metadata
 

B

BIT_RATE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
byteCountToDisplaySize(long) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.

C

CD_TRACK_MAX - 类 中的静态变量app.dttv.dttvlib.Metadata
 
CD_TRACK_NUM - 类 中的静态变量app.dttv.dttvlib.Metadata
 
cleanDirectory(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Cleans a directory without deleting it.
closeQuietly(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Unconditionally close an Reader.
closeQuietly(Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Unconditionally close a Writer.
closeQuietly(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Unconditionally close an InputStream.
closeQuietly(OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Unconditionally close an OutputStream.
COMMENT - 类 中的静态变量app.dttv.dttvlib.Metadata
 
COMPOSER - 类 中的静态变量app.dttv.dttvlib.Metadata
 
containsKey(String) - 类 中的方法app.dttv.dttvlib.MediaFormat
Returns true iff a key of the given name exists in the format.
contentEquals(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Compares the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Compare the contents of two Readers to determine if they are equal or not.
convertFileCollectionToFileArray(Collection) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Converts a Collection containing java.io.File instanced into array representation.
copy(InputStream, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy chars from a Reader to a Writer.
copy(Reader, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the default character encoding of the platform, and calling flush.
copy(Reader, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copyDirectory(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a whole directory to a new location preserving the file dates.
copyDirectory(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a whole directory to a new location.
copyDirectory(File, File, FileFilter) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a filtered directory to a new location preserving the file dates.
copyDirectory(File, File, FileFilter, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a filtered directory to a new location.
copyDirectoryToDirectory(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a directory to within another directory preserving the file dates.
copyFile(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a file to a new location preserving the file date.
copyFile(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a file to a new location.
copyFileToDirectory(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a file to a directory preserving the file date.
copyFileToDirectory(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies a file to a directory optionally preserving the file date.
copyLarge(InputStream, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(Reader, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Copy chars from a large (over 2GB) Reader to a Writer.
COPYRIGHT - 类 中的静态变量app.dttv.dttvlib.Metadata
 
copyURLToFile(URL, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Copies bytes from the URL source to a file destination.
createAudioFormat(String, int, int) - 类 中的静态方法app.dttv.dttvlib.MediaFormat
Creates a minimal audio format.
createSubtitleFormat(String, String) - 类 中的静态方法app.dttv.dttvlib.MediaFormat
Creates a minimal subtitle format.
createVideoFormat(String, int, int) - 类 中的静态方法app.dttv.dttvlib.MediaFormat
Creates a minimal video format.

D

d(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.Log
 
DATE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
deleteDir(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
 
deleteDirectory(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Deletes a directory recursively.
deleteQuietly(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Deletes a file, never throwing an exception.
deselectTrack(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Deselect a track.
DIR_SEPARATOR - 类 中的静态变量app.dttv.dttvlib.utils.IOUtils
The system directory separator character.
DIR_SEPARATOR_UNIX - 类 中的静态变量app.dttv.dttvlib.utils.IOUtils
The Unix directory separator character.
DIR_SEPARATOR_WINDOWS - 类 中的静态变量app.dttv.dttvlib.utils.IOUtils
The Windows directory separator character.
downVolume(int) - 类 中的方法app.dttv.dttvlib.utils.VolumeUtil
 
DRM_CRIPPLED - 类 中的静态变量app.dttv.dttvlib.Metadata
 
DURATION - 类 中的静态变量app.dttv.dttvlib.Metadata
 

E

e(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.Log
 
EMPTY_FILE_ARRAY - 类 中的静态变量app.dttv.dttvlib.utils.FileUtils
An empty array of type File.

F

FILE_TYPE_3GPP - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_3GPP2 - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_AAC - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_AMR - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_APE - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_ASF - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_AVS - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_AWB - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_DIVX - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_DVD - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_FLAC - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_FLV - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_IMY - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_M4A - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_M4V - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_MID - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_MKA - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_MKV - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_MOV - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_MP2TS - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_MP3 - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_MP4 - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_OGG - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_OGV - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_RAW - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_RM - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_SMF - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_SWF - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_VIVO - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_WAV - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_WMA - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_WMV - 类 中的静态变量io.vov.vitamio.MediaFile
 
FILE_TYPE_WTV - 类 中的静态变量io.vov.vitamio.MediaFile
 
FileUtils - app.dttv.dttvlib.utils中的类
 
FileUtils() - 类 的构造器app.dttv.dttvlib.utils.FileUtils
Instances should NOT be constructed in standard programming.
finalize() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
findTrackFromTrackInfo(int, MediaPlayer.TrackInfo[]) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
forceDelete(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Deletes a file.
forceDeleteOnExit(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Schedules a file to be deleted when JVM exits.
forceMkdir(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Makes a directory, including any necessary but nonexistent parent directories.

G

GENRE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
getAudioTrack() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Get the audio track number in playback
getBoolean(int) - 类 中的方法app.dttv.dttvlib.Metadata
 
getByteArray(int) - 类 中的方法app.dttv.dttvlib.Metadata
 
getByteBuffer(String) - 类 中的方法app.dttv.dttvlib.MediaFormat
Returns the value of a ByteBuffer key.
getCanonical(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
 
getCurrentPosition() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Gets the current playback position.
getCurrentVolume() - 类 中的方法app.dttv.dttvlib.utils.VolumeUtil
 
getDisplayName() - 类 中的方法app.dttv.dttvlib.utils.StorageUtils.StorageInfo
 
getDouble(int) - 类 中的方法app.dttv.dttvlib.Metadata
 
getDuration() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Gets the duration of the file.
getFileType(String) - 类 中的静态方法io.vov.vitamio.MediaFile
 
getFileTypeForMimeType(String) - 类 中的静态方法io.vov.vitamio.MediaFile
 
getFloat(String) - 类 中的方法app.dttv.dttvlib.MediaFormat
Returns the value of a float key.
getInt(int) - 类 中的方法app.dttv.dttvlib.Metadata
 
getInteger(String) - 类 中的方法app.dttv.dttvlib.MediaFormat
Returns the value of an integer key.
getInteger(String, int) - 类 中的方法app.dttv.dttvlib.MediaFormat
Returns the value of an integer key, or the default value if the key is missing or is for another type value.
getLong(String) - 类 中的方法app.dttv.dttvlib.MediaFormat
Returns the value of a long key.
getLong(int) - 类 中的方法app.dttv.dttvlib.Metadata
 
getMaxVolume() - 类 中的方法app.dttv.dttvlib.utils.VolumeUtil
 
getMediaFileType(String) - 类 中的方法app.dttv.dttvlib.utils.MultiMediaTypeUtil
 
getMetadata() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Gets the media metadata.
getMetaEncoding() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Get the encoding if haven't set with MediaPlayer.setMetaEncoding(String)
getName(String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
 
getPath(String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
 
getStorageList() - 类 中的静态方法app.dttv.dttvlib.utils.StorageUtils
 
getString(String) - 类 中的方法app.dttv.dttvlib.MediaFormat
Returns the value of a string key.
getString(int) - 类 中的方法app.dttv.dttvlib.Metadata
 
getTime(int) - 类 中的静态方法app.dttv.dttvlib.utils.TimesUtil
 
getTimedTextLocation() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
getTimedTextPath() - 类 中的方法app.dttv.dttvlib.MediaPlayer
You can get the file-path of the external subtitle in use.
getTimedTextTrack() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Get the subtitle track number in playback
getTrackInfo(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Returns an array of track information.
getTrackInfo() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Use default chartset MediaPlayer.getTrackInfo() method.
getTrackInfoArray() - 类 中的方法app.dttv.dttvlib.MediaPlayer.TrackInfo
Gets the track info
getTrackType() - 类 中的方法app.dttv.dttvlib.MediaPlayer.TrackInfo
Gets the track type.
getVideoHeight() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Returns the height of the video.
getVideoTrack() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Get the video track number in playback
getVideoWidth() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Returns the width of the video.

H

has(int) - 类 中的方法app.dttv.dttvlib.Metadata
 

I

i(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.Log
 
initReflect() - 类 中的方法app.dttv.dttvlib.utils.MultiMediaTypeUtil
 
io.vov.vitamio - 程序包 io.vov.vitamio
 
IOUtils - app.dttv.dttvlib.utils中的类
 
IOUtils() - 类 的构造器app.dttv.dttvlib.utils.IOUtils
Instances should NOT be constructed in standard programming.
isAudioFile(int) - 类 中的方法app.dttv.dttvlib.utils.MultiMediaTypeUtil
 
isAudioFileType(int) - 类 中的静态方法io.vov.vitamio.MediaFile
 
isFileNewer(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Tests if the specified File is newer than the reference File.
isFileNewer(File, Date) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Tests if the specified File is newer than the specified Date.
isFileNewer(File, long) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Tests if the specified File is newer than the specified time reference.
isFileOlder(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Tests if the specified File is older than the reference File.
isFileOlder(File, Date) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Tests if the specified File is older than the specified Date.
isFileOlder(File, long) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Tests if the specified File is older than the specified time reference.
isImageFile(int) - 类 中的方法app.dttv.dttvlib.utils.MultiMediaTypeUtil
 
isLooping() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Checks whether the MediaPlayer is looping or non-looping.
isPlaying() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Checks whether the MediaPlayer is playing.
isVideoFile(int) - 类 中的方法app.dttv.dttvlib.utils.MultiMediaTypeUtil
 
isVideoFileType(int) - 类 中的静态方法io.vov.vitamio.MediaFile
 

K

KEY_AAC_PROFILE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the AAC profile to be used (AAC audio formats only).
KEY_BIT_RATE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the bitrate in bits/sec.
KEY_CHANNEL_COUNT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the number of channels in an audio format.
KEY_CHANNEL_MASK - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the channel composition of audio content.
KEY_COLOR_FORMAT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the color format of the content in a video format.
KEY_DURATION - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the duration (in microseconds) of the content.
KEY_FLAC_COMPRESSION_LEVEL - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the FLAC compression level to be used (FLAC audio format only).
KEY_FRAME_RATE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the frame rate of a video format in frames/sec.
KEY_HEIGHT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the height of the content in a video format.
KEY_I_FRAME_INTERVAL - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the frequency of I frames expressed in secs between I frames.
KEY_IS_ADTS - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key mapping to a value of 1 if the content is AAC audio and audio frames are prefixed with an ADTS header.
KEY_IS_AUTOSELECT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key for boolean AUTOSELECT behavior for the track.
KEY_IS_DEFAULT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key for boolean DEFAULT behavior for the track.
KEY_IS_FORCED_SUBTITLE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key for the FORCED field for subtitle tracks.
KEY_LANGUAGE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the language of the content, using either ISO 639-1 or 639-2/T codes.
KEY_MAX_HEIGHT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the maximum expected height of the content in a video decoder format, in case there are resolution changes in the video content.
KEY_MAX_INPUT_SIZE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the maximum size in bytes of a buffer of data described by this MediaFormat.
KEY_MAX_WIDTH - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the maximum expected width of the content in a video decoder format, in case there are resolution changes in the video content.
KEY_MIME - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the mime type of the MediaFormat.
KEY_PARAMETER_USEHWCODEC - 类 中的静态变量app.dttv.dttvlib.MediaPlayer
 
KEY_PATH - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the external subtitle path
KEY_PUSH_BLANK_BUFFERS_ON_STOP - 类 中的静态变量app.dttv.dttvlib.MediaFormat
If specified when configuring a video decoder rendering to a surface, causes the decoder to output "blank", i.e. black frames to the surface when stopped to clear out any previously displayed contents.
KEY_REPEAT_PREVIOUS_FRAME_AFTER - 类 中的静态变量app.dttv.dttvlib.MediaFormat
Applies only when configuring a video encoder in "surface-input" mode.
KEY_SAMPLE_RATE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the sample rate of an audio format.
KEY_SLICE_HEIGHT - 类 中的静态变量app.dttv.dttvlib.MediaFormat
 
KEY_STRIDE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
 
KEY_TITLE - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the title of the content
KEY_WIDTH - 类 中的静态变量app.dttv.dttvlib.MediaFormat
A key describing the width of the content in a video format.

L

LENGTH - 类 中的静态变量app.dttv.dttvlib.Metadata
 
LINE_SEPARATOR - 类 中的静态变量app.dttv.dttvlib.utils.IOUtils
The system line separator string.
LINE_SEPARATOR_UNIX - 类 中的静态变量app.dttv.dttvlib.utils.IOUtils
The Unix line separator string.
LINE_SEPARATOR_WINDOWS - 类 中的静态变量app.dttv.dttvlib.utils.IOUtils
The Windows line separator string.
Log - app.dttv.dttvlib.utils中的类
 
Log() - 类 的构造器app.dttv.dttvlib.utils.Log
 

M

MEDIA_TRACK_TYPE_AUDIO - 类 中的静态变量app.dttv.dttvlib.MediaPlayer.TrackInfo
 
MEDIA_TRACK_TYPE_SUBTITLE - 类 中的静态变量app.dttv.dttvlib.MediaPlayer.TrackInfo
 
MEDIA_TRACK_TYPE_TIMEDTEXT - 类 中的静态变量app.dttv.dttvlib.MediaPlayer.TrackInfo
 
MEDIA_TRACK_TYPE_UNKNOWN - 类 中的静态变量app.dttv.dttvlib.MediaPlayer.TrackInfo
 
MEDIA_TRACK_TYPE_VIDEO - 类 中的静态变量app.dttv.dttvlib.MediaPlayer.TrackInfo
 
MediaFile - io.vov.vitamio中的类
 
MediaFile() - 类 的构造器io.vov.vitamio.MediaFile
 
MediaFile.MediaFileType - io.vov.vitamio中的类
 
MediaFormat - app.dttv.dttvlib中的类
Encapsulates the information describing the format of media data, be it audio or video.
MediaFormat() - 类 的构造器app.dttv.dttvlib.MediaFormat
Creates an empty MediaFormat
MediaPlayer - app.dttv.dttvlib中的类
 
MediaPlayer(Context) - 类 的构造器app.dttv.dttvlib.MediaPlayer
Default constructor.
MediaPlayer(Context, boolean) - 类 的构造器app.dttv.dttvlib.MediaPlayer
 
MediaPlayer.OnBufferingUpdateListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnCompletionListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnErrorListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnFreshVideo - app.dttv.dttvlib中的接口
 
MediaPlayer.OnHWRenderFailedListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnInfoListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnPreparedListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnSeekCompleteListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnTimedTextListener - app.dttv.dttvlib中的接口
 
MediaPlayer.OnVideoSizeChangedListener - app.dttv.dttvlib中的接口
 
MediaPlayer.TrackInfo - app.dttv.dttvlib中的类
Class for MediaPlayer to return each audio/video/subtitle track's metadata.
Metadata - app.dttv.dttvlib中的类
 
Metadata() - 类 的构造器app.dttv.dttvlib.Metadata
 
MIME_TYPE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
moveDirectory(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Moves a directory.
moveDirectoryToDirectory(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Moves a directory to another directory.
moveFile(File, File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Moves a file.
moveFileToDirectory(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Moves a file to a directory.
moveToDirectory(File, File, boolean) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Moves a file or directory to the destination directory.
MultiMediaTypeUtil - app.dttv.dttvlib.utils中的类
 
MultiMediaTypeUtil() - 类 的构造器app.dttv.dttvlib.utils.MultiMediaTypeUtil
 
MusicUtils - app.dttv.dttvlib.utils中的类
 
MusicUtils() - 类 的构造器app.dttv.dttvlib.utils.MusicUtils
 

N

native_draw_frame() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_get_current_position() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_get_duration() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_get_video_height() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_get_video_width() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_is_playing() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_pause() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_prepare() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_prepare_async() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_release() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_release_surface() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_reset() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_seekTo(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_set_audio_effect(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_set_datasource(String, String[], String[]) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source (file-path or http/rtsp/mms URL) to use.
native_set_datasource(FileDescriptor, long, long) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source (FileDescriptor) to use.
native_set_parameter(int, long, long) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_set_video_surface(Surface) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_setup(Object) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_start() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_stop() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_surface_change(int, int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
native_surface_create() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
NUM_TRACKS - 类 中的静态变量app.dttv.dttvlib.Metadata
 
number - 类 中的变量app.dttv.dttvlib.utils.StorageUtils.StorageInfo
 

O

onBufferingUpdate(MediaPlayer, int) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnBufferingUpdateListener
 
onCompletion(MediaPlayer) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnCompletionListener
 
onDrawFrame() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
ONE_GB - 类 中的静态变量app.dttv.dttvlib.utils.FileUtils
The number of bytes in a gigabyte.
ONE_KB - 类 中的静态变量app.dttv.dttvlib.utils.FileUtils
The number of bytes in a kilobyte.
ONE_MB - 类 中的静态变量app.dttv.dttvlib.utils.FileUtils
The number of bytes in a megabyte.
onError(MediaPlayer, int, int) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnErrorListener
 
onFailed() - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnHWRenderFailedListener
 
onFresh(MediaPlayer) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnFreshVideo
 
onInfo(MediaPlayer, int, int) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnInfoListener
 
onPrepared(MediaPlayer) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnPreparedListener
 
onSeekComplete(MediaPlayer) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnSeekCompleteListener
 
onSurfaceChanged(int, int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
onSurfaceCreated() - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
onTimedText(String) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnTimedTextListener
MediaPlayer.release(); MediaPlayer.reset(); Called to indicate that a text timed text need to display
onTimedTextUpdate(byte[], int, int) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnTimedTextListener
Called to indicate that an image timed text need to display
onVideoSizeChanged(MediaPlayer, int, int) - 接口 中的方法app.dttv.dttvlib.MediaPlayer.OnVideoSizeChangedListener
 
openInputStream(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Opens a FileInputStream for the specified file, providing better error messages than simply calling new FileInputStream(file).
openOutputStream(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.

P

parse(Map<byte[], byte[]>, String) - 类 中的方法app.dttv.dttvlib.Metadata
 
path - 类 中的变量app.dttv.dttvlib.utils.StorageUtils.StorageInfo
 
pause() - 类 中的方法app.dttv.dttvlib.MediaPlayer
PAUSE_AVAILABLE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
prepare() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Prepares the player for playback, synchronously.
prepareAsync() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Prepares the player for playback, asynchronously.

Q

query(Context, Uri, String[], String, String[], String, int) - 类 中的静态方法app.dttv.dttvlib.utils.MusicUtils
 
query(Context, Uri, String[], String, String[], String) - 类 中的静态方法app.dttv.dttvlib.utils.MusicUtils
 

R

RATING - 类 中的静态变量app.dttv.dttvlib.Metadata
 
readFileToByteArray(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Reads the contents of a file into a byte array.
readFileToString(File, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Reads the contents of a file into a String.
readFileToString(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Reads the contents of a file into a String using the default encoding for the VM.
readLines(File, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Reads the contents of a file line by line to a List of Strings.
readLines(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Reads the contents of a file line by line to a List of Strings using the default encoding for the VM.
readLines(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the default character encoding of the platform.
readLines(InputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of a Reader as a list of Strings, one entry per line.
readonly - 类 中的变量app.dttv.dttvlib.utils.StorageUtils.StorageInfo
 
release() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Releases resources associated with this MediaPlayer object.
releaseDisplay() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Calling this result in only the audio track being played.
removable - 类 中的变量app.dttv.dttvlib.utils.StorageUtils.StorageInfo
 
reset() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Resets the MediaPlayer to its uninitialized state.

S

SEEK_AVAILABLE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
SEEK_BACKWARD_AVAILABLE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
SEEK_FORWARD_AVAILABLE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
seekTo(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Seeks to specified time position.
selectTrack(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Selects a track.
setAuxEffectSendLevel(int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
audio effect API
setByteBuffer(String, ByteBuffer) - 类 中的方法app.dttv.dttvlib.MediaFormat
Sets the value of a ByteBuffer key.
setCurPage(String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Set current page to check for showing copy progress
setDataSource(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source (file-path or http/rtsp URL) to use.
setDataSource(Context, Uri) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source as a content Uri.
setDataSource(Context, Uri, Map<String, String>) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
setDataSource(String, Map<String, String>) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source (file-path or http/rtsp URL) to use.
setDataSource(String, String[], String[]) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source (file-path or http/rtsp URL) to use.
setDataSource(FileDescriptor) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source (FileDescriptor) to use.
setDataSource(FileDescriptor, long, long) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the data source (FileDescriptor) to use.
setDisplay(SurfaceHolder) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the SurfaceHolder to use for displaying the video portion of the media.
setFloat(String, float) - 类 中的方法app.dttv.dttvlib.MediaFormat
Sets the value of a float key.
setInteger(String, int) - 类 中的方法app.dttv.dttvlib.MediaFormat
Sets the value of an integer key.
setLong(String, long) - 类 中的方法app.dttv.dttvlib.MediaFormat
Sets the value of a long key.
setLooping(boolean) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the player to be looping or non-looping.
setMetaEncoding(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Set the encoding MediaPlayer will use to determine the metadata
setOnBufferingUpdateListener(MediaPlayer.OnBufferingUpdateListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Register a callback to be invoked when the status of a network stream's buffer has changed.
setOnCompletionListener(MediaPlayer.OnCompletionListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Register a callback to be invoked when the end of a media source has been reached during playback.
setOnErrorListener(MediaPlayer.OnErrorListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Register a callback to be invoked when an error has happened during an asynchronous operation.
setOnFreshVideo(MediaPlayer.OnFreshVideo) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
setOnInfoListener(MediaPlayer.OnInfoListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
setOnPreparedListener(MediaPlayer.OnPreparedListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Register a callback to be invoked when the media source is ready for playback.
setOnSeekCompleteListener(MediaPlayer.OnSeekCompleteListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Register a callback to be invoked when a seek operation has been completed.
setOnTimedTextListener(MediaPlayer.OnTimedTextListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Register a callback to be invoked when a timed text need to display.
setOnVideoSizeChangedListener(MediaPlayer.OnVideoSizeChangedListener) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Register a callback to be invoked when the video size is known or updated.
setScreenOnWhilePlaying(boolean) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Control whether we should use the attached SurfaceHolder to keep the screen on while video playback is occurring.
setString(String, String) - 类 中的方法app.dttv.dttvlib.MediaFormat
Sets the value of a string key.
setSurface(Surface) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Sets the Surface to use for displaying the video portion of the media.
setTimedTextEncoding(String) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Set the encoding to display timed text.
setTimedTextShown(boolean) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Tell the MediaPlayer whether to show timed text
setVolume(float, float) - 类 中的方法app.dttv.dttvlib.MediaPlayer
 
setWakeMode(Context, int) - 类 中的方法app.dttv.dttvlib.MediaPlayer
Set the low-level power management behavior for this MediaPlayer.
sFileExtensions - 类 中的静态变量io.vov.vitamio.MediaFile
 
sizeOfDirectory(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Counts the size of a directory recursively (sum of the length of all files).
start() - 类 中的方法app.dttv.dttvlib.MediaPlayer
Starts or resumes playback.
stop() - 类 中的方法app.dttv.dttvlib.MediaPlayer
The same as MediaPlayer.stop()
StorageUtils - app.dttv.dttvlib.utils中的类
 
StorageUtils() - 类 的构造器app.dttv.dttvlib.utils.StorageUtils
 
StorageUtils.StorageInfo - app.dttv.dttvlib.utils中的类
 

T

TimesUtil - app.dttv.dttvlib.utils中的类
 
TimesUtil() - 类 的构造器app.dttv.dttvlib.utils.TimesUtil
 
TITLE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
toByteArray(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
已过时。
toCharArray(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of a Reader as a character array.
toFile(URL) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Convert from a URL to a File.
toFiles(URL[]) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Converts each of an array of URL to a File.
toInputStream(String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toString() - 类 中的方法app.dttv.dttvlib.MediaFormat
 
toString(InputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Get the contents of a Reader as a String.
toString(byte[]) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
已过时。
toString(byte[], String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
touch(File) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Implements the same behaviour as the "touch" utility on Unix.
toURLs(File[]) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Converts each of an array of File to a URL.

U

upVolume(int) - 类 中的方法app.dttv.dttvlib.utils.VolumeUtil
 

V

v(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.Log
 
VIDEO_BIT_RATE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
VIDEO_CODEC - 类 中的静态变量app.dttv.dttvlib.Metadata
 
VIDEO_FRAME - 类 中的静态变量app.dttv.dttvlib.Metadata
 
VIDEO_FRAME_RATE - 类 中的静态变量app.dttv.dttvlib.Metadata
 
VIDEO_HEIGHT - 类 中的静态变量app.dttv.dttvlib.Metadata
 
VIDEO_WIDTH - 类 中的静态变量app.dttv.dttvlib.Metadata
 
VolumeUtil - app.dttv.dttvlib.utils中的类
 
VolumeUtil(Activity) - 类 的构造器app.dttv.dttvlib.utils.VolumeUtil
 

W

w(String, String) - 类 中的静态方法app.dttv.dttvlib.utils.Log
 
waitFor(File, int) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
write(byte[], OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(char[], OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a String to a Writer.
write(String, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(StringBuffer, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a StringBuffer to a Writer.
write(StringBuffer, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the default character encoding of the platform.
write(StringBuffer, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the specified character encoding.
writeByteArrayToFile(File, byte[]) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeLines(File, String, Collection) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, String, Collection, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(Collection, String, OutputStream) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the default character encoding of the platform and the specified line ending.
writeLines(Collection, String, OutputStream, String) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection, String, Writer) - 类 中的静态方法app.dttv.dttvlib.utils.IOUtils
Writes the toString() value of each item in a collection to a Writer line by line, using the specified line ending.
writeStringToFile(File, String, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String) - 类 中的静态方法app.dttv.dttvlib.utils.FileUtils
Writes a String to a file creating the file if it does not exist using the default encoding for the VM.
A B C D E F G H I K L M N O P Q R S T U V W 
跳过导航链接