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

Commit 7d97be9d authored by Jae Seo's avatar Jae Seo Committed by Android Git Automerger
Browse files

am 91ab2665: am 52bfa332: Merge "TIF: enhance documentation for...

am 91ab2665: am 52bfa332: Merge "TIF: enhance documentation for TvInputManager.getAvailableStreamConfigs()" into lmp-mr1-dev

* commit '91ab2665':
  TIF: enhance documentation for TvInputManager.getAvailableStreamConfigs()
parents 71bda351 91ab2665
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -1012,6 +1012,12 @@ public final class TvInputManager {
    /**
    /**
     * Returns the TvStreamConfig list of the given TV input.
     * Returns the TvStreamConfig list of the given TV input.
     *
     *
     * If you are using {@link Hardware} object from {@link
     * #acquireTvInputHardware}, you should get the list of available streams
     * from {@link HardwareCallback#onStreamConfigChanged} method, not from
     * here. This method is designed to be used with {@link #captureFrame} in
     * capture scenarios specifically and not suitable for any other use.
     *
     * @param inputId the id of the TV input.
     * @param inputId the id of the TV input.
     * @return List of {@link TvStreamConfig} which is available for capturing
     * @return List of {@link TvStreamConfig} which is available for capturing
     *   of the given TV input.
     *   of the given TV input.