Searched defs:OPTION_CLOSEST (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaMetadataRetriever.java233 * {@link #OPTION_CLOSEST} if one wants to retrieve a frame that may
235 * {@link #OPTION_CLOSEST} often has larger performance overhead compared
243 option > OPTION_CLOSEST) {
367 public static final int OPTION_CLOSEST = 0x03; field in class:MediaMetadataRetriever

Completed in 34 milliseconds