mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Fix incorrect JavaDoc
PiperOrigin-RevId: 444874326
This commit is contained in:
parent
fd6b57469d
commit
1e251b3be7
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ public final class ImaServerSideAdInsertionUriBuilder {
|
|||
/**
|
||||
* Sets the format of the stream request.
|
||||
*
|
||||
* @param format VOD or live stream type.
|
||||
* @param format {@link C#TYPE_DASH} or {@link C#TYPE_HLS}.
|
||||
* @return This instance, for convenience.
|
||||
*/
|
||||
public ImaServerSideAdInsertionUriBuilder setFormat(@ContentType int format) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue