-
- All Implemented Interfaces:
public class YoSpaceDescription extends SsaiDescription
The configuration of the YoSpace Server-Side Ad Insertion.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classYoSpaceDescription.Builder
-
Field Summary
Fields Modifier and Type Field Description private final StreamTypestreamTypeprivate final YoSpaceLogLevelConfigurationlogLevel
-
Method Summary
Modifier and Type Method Description StreamTypegetStreamType()The type of the requested stream. YoSpaceLogLevelConfigurationgetLogLevel()The YoSpace log level configuration. -
-
Method Detail
-
getStreamType
@NonNull() StreamType getStreamType()
The type of the requested stream.
Default: LIVE
-
getLogLevel
@NonNull() YoSpaceLogLevelConfiguration getLogLevel()
The YoSpace log level configuration.
-
-
-
-