mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Clarify what default settings are being used for SSAI AdsLoader
PiperOrigin-RevId: 502388865
(cherry picked from commit 26e1a28176)
This commit is contained in:
parent
8f37ad6bf8
commit
4b3c74fb37
1 changed files with 3 additions and 1 deletions
|
|
@ -211,7 +211,9 @@ public final class ImaServerSideAdInsertionMediaSource extends CompositeMediaSou
|
|||
/**
|
||||
* Sets the IMA SDK settings.
|
||||
*
|
||||
* <p>If this method is not called the default settings will be used.
|
||||
* <p>If this method is not called, the {@linkplain ImaSdkFactory#createImaSdkSettings()
|
||||
* default settings} will be used with the language set to {@linkplain
|
||||
* Util#getSystemLanguageCodes() the preferred system language}.
|
||||
*
|
||||
* @param imaSdkSettings The {@link ImaSdkSettings}.
|
||||
* @return This builder, for convenience.
|
||||
|
|
|
|||
Loading…
Reference in a new issue