toggle menu
pulumi-cloudflare-kotlin
6.0.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
StreamPlayback
Stream
Playback
data
class
StreamPlayback
(
val
dash
:
String
?
=
null
,
val
hls
:
String
?
=
null
)
Members
Constructors
Stream
Playback
Link copied to clipboard
constructor
(
dash
:
String
?
=
null
,
hls
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dash
Link copied to clipboard
val
dash
:
String
?
=
null
DASH Media Presentation Description for the video.
hls
Link copied to clipboard
val
hls
:
String
?
=
null
The HLS manifest for the video.