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

Commit 15a81d7f authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

JavaDoc fix

Test: make offline-sdk-docs
Change-Id: I0ae64b0b7c2d46d6b196ae98beecd4cf4e910db2
parent 0ff4f92f
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