-
- 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 class
YoSpaceDescription.Builder
-
Field Summary
Fields Modifier and Type Field Description private final StreamType
streamType
private final YoSpaceLogLevelConfiguration
logLevel
-
Method Summary
Modifier and Type Method Description StreamType
getStreamType()
The type of the requested stream. YoSpaceLogLevelConfiguration
getLogLevel()
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.
-
-
-
-