PosterImageType
@objc
public enum PosterImageType : Int
The enum representation of the PosterImage
display behaviour
-
The image will be displayed when the stream is audio-only
Declaration
Swift
case poster = 0
-
The image will be displayed when the content is stalled
Once the the buffer is
ready
the poster will be hiddenDeclaration
Swift
case streamAutoRecovery = 1