Merge "Replace 33 with a ref to Build symbol in javadoc"
This commit is contained in:
committed by
Android (Google) Code Review
commit
78f3eb7af4
@@ -1078,8 +1078,8 @@ public class MediaMetadataRetriever implements AutoCloseable {
|
||||
*
|
||||
* @throws IOException When an {@link IOException} is thrown while closing a {@link
|
||||
* MediaDataSource} passed to {@link #setDataSource(MediaDataSource)}. This throws clause exists
|
||||
* since API 33, but this method can throw in earlier API versions where the exception is not
|
||||
* declared.
|
||||
* since API {@link android.os.Build.VERSION_CODES#TIRAMISU}, but this method can throw in
|
||||
* earlier API versions where the exception is not declared.
|
||||
*/
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
@@ -1091,8 +1091,8 @@ public class MediaMetadataRetriever implements AutoCloseable {
|
||||
*
|
||||
* @throws IOException When an {@link IOException} is thrown while closing a {@link
|
||||
* MediaDataSource} passed to {@link #setDataSource(MediaDataSource)}. This throws clause exists
|
||||
* since API 33, but this method can throw in earlier API versions where the exception is not
|
||||
* declared.
|
||||
* since API {@link android.os.Build.VERSION_CODES#TIRAMISU}, but this method can throw in
|
||||
* earlier API versions where the exception is not declared.
|
||||
*/
|
||||
public native void release() throws IOException;
|
||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023)
|
||||
|
||||
Reference in New Issue
Block a user