mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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.
|
* 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.
|
* @return This instance, for convenience.
|
||||||
*/
|
*/
|
||||||
public ImaServerSideAdInsertionUriBuilder setFormat(@ContentType int format) {
|
public ImaServerSideAdInsertionUriBuilder setFormat(@ContentType int format) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue