Searched defs:media (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java17 package android.media.audiofx;
28 * <p>To attach the AcousticEchoCanceler to a particular {@link android.media.AudioRecord},
31 * {@link android.media.AudioRecord#getAudioSessionId()} on the AudioRecord instance.
33 * according to the {@link android.media.MediaRecorder.AudioSource} used. The application can
35 * {@link android.media.audiofx.AudioEffect#queryPreProcessings(int)} with the audio session of the
37 * <p>See {@link android.media.audiofx.AudioEffect} class for more details on
H A DAutomaticGainControl.java17 package android.media.audiofx;
28 * <p>To attach the AutomaticGainControl to a particular {@link android.media.AudioRecord},
31 * {@link android.media.AudioRecord#getAudioSessionId()} on the AudioRecord instance.
33 * according to the {@link android.media.MediaRecorder.AudioSource} used. The application can
35 * {@link android.media.audiofx.AudioEffect#queryPreProcessings(int)} with the audio session of the
37 * <p>See {@link android.media.audiofx.AudioEffect} class for more details on
H A DNoiseSuppressor.java17 package android.media.audiofx;
29 * <p>To attach the NoiseSuppressor to a particular {@link android.media.AudioRecord},
32 * {@link android.media.AudioRecord#getAudioSessionId()} on the AudioRecord instance.
34 * according to the {@link android.media.MediaRecorder.AudioSource} used. The application can
36 * {@link android.media.audiofx.AudioEffect#queryPreProcessings(int)} with the audio session of the
38 * <p>See {@link android.media.audiofx.AudioEffect} class for more details on
/frameworks/base/media/java/android/media/videoeditor/
H A DExtractAudioWaveformProgressListener.java18 package android.media.videoeditor;
H A DTransitionCrossfade.java18 package android.media.videoeditor;
41 * media item
43 * this media item
H A DTransitionFadeBlack.java18 package android.media.videoeditor;
23 * between two media items.
41 * media item
43 * this media item
H A DVideoEditorFactory.java18 package android.media.videoeditor;
24 import android.media.videoeditor.VideoEditor.MediaProcessingProgressListener;
56 * Create the file which hides the media files
57 * from the media scanner
85 * media files cannot be retrieved
H A DWaveformData.java18 package android.media.videoeditor;
H A DEffectKenBurns.java18 package android.media.videoeditor;
45 * @param mediaItem The media item owner
H A DTransitionSliding.java17 package android.media.videoeditor;
51 * media item
53 * this media item
H A DEffect.java18 package android.media.videoeditor;
22 * single media item.
38 * of the media item
56 * @param mediaItem The media item owner
58 * @param startTimeMs The start time relative to the media item to which it
127 * of the media item in milliseconds
172 * Get the media item owner.
174 * @return The media item owner
H A DEffectColor.java18 package android.media.videoeditor;
21 * This class allows to apply color effect on a media item.
82 * @param mediaItem The media item owner
84 * @param startTimeMs The start time relative to the media item to which it
H A DOverlay.java18 package android.media.videoeditor;
55 * @param mediaItem The media item owner
57 * @param startTimeMs The start time relative to the media item start time
177 * Get the media item owner.
179 * @return The media item owner.
H A DTransitionAlpha.java17 package android.media.videoeditor;
74 * @param afterMediaItem The transition is applied to the end of this media
77 * media item
H A DVideoEditorProfile.java16 package android.media.videoeditor;
/frameworks/base/media/java/android/media/
H A DCameraProfile.java17 package android.media;
H A DDecoderCapabilities.java17 package android.media;
52 * @see android.media.DecoderCapabilities.VideoDecoder
65 * @see android.media.DecoderCapabilities.AudioDecoder
H A DMediaInserter.java17 package android.media;
H A DMediaScannerClient.java17 package android.media;
28 * Called by native code to return metadata extracted from media files.
H A DAmrInputStream.java17 package android.media;
H A DMiniThumbFile.java17 package android.media;
60 * we should hashcode of content://media/external/images/media remains the same.
75 Uri.parse("content://media/external/" + type + "/media"));
H A DResampleInputStream.java17 package android.media;
H A DAsyncPlayer.java17 package android.media;
H A DMediaScannerConnection.java17 package android.media;
23 import android.media.IMediaScannerListener;
24 import android.media.IMediaScannerService;
33 * newly created or downloaded media file to the media scanner service.
34 * The media scanner service will read metadata from the file and add
35 * the file to the media content provider.
37 * media scanner service to return the Uri for a newly scanned file
60 * requested media file.
64 * Called to notify the client when the media scanne
[all...]
/frameworks/base/include/media/
H A DMetadata.h28 namespace media { namespace in namespace:android
32 // This class should be kept in sync with android/media/Metadata.java.
39 // media::Metadata data(&p);
60 // Keep in sync with android/media/Metadata.java
130 } // namespace android::media

Completed in 886 milliseconds

123