PlanetKitInitialMyVideoState
@objc
@frozen
public enum PlanetKitInitialMyVideoState : Int
extension PlanetKitInitialMyVideoState: CustomStringConvertible
An enumeration representing the initial state of a video in PlanetKit.
-
The video should resume playing.
Declaration
Swift
case resume
-
The video should be paused.
Declaration
Swift
case pause
-
A textual representation of
PlanetKitInitialMyVideoState
instance.Declaration
Swift
public var description: String { get }