Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1cf94a9 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Android (Google) Code Review
Browse files

Merge "JavaDoc fix"

parents 9a87bb7b 15a81d7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1045,8 +1045,8 @@ public final class MediaFormat {

    /**
     * Returns the value of a numeric key. This is provided as a convenience method for keys
     * that may take multiple numeric types, such as {@link KEY_FRAME_RATE}, or {@link
     * KEY_I_FRAME_INTERVAL}.
     * that may take multiple numeric types, such as {@link #KEY_FRAME_RATE}, or {@link
     * #KEY_I_FRAME_INTERVAL}.
     *
     * @return null if the key does not exist or the stored value for the key is null
     * @throws ClassCastException if the stored value for the key is ByteBuffer or String