Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
LiveStreamCdn |
LiveStream.getCdn()
The cdn object defines the live stream's content delivery network (CDN) settings.
|
LiveStreamCdn |
LiveStreamCdn.setFormat(String format)
The format of the video stream that you are sending to YouTube.
|
LiveStreamCdn |
LiveStreamCdn.setIngestionInfo(IngestionInfo ingestionInfo)
The ingestionInfo object contains information that YouTube provides that you need to transmit
your RTMP or HTTP stream to YouTube.
|
LiveStreamCdn |
LiveStreamCdn.setIngestionType(String ingestionType)
The method or protocol used to transmit the video stream.
|
Modifier and Type | Method and Description |
---|---|
LiveStream |
LiveStream.setCdn(LiveStreamCdn cdn)
The cdn object defines the live stream's content delivery network (CDN) settings.
|