mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix incorrect JavaDoc
PiperOrigin-RevId: 444874326
This commit is contained in:
parent
91b0d55fb3
commit
4c2ea75c66
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,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