VFPlayMode

@objc(VFPlayMode)
public enum VFPlayMode : Int, RawRepresentable, Decodable

This data class represents the preview mode of video feed.

  • This play mode continues to play all of the remaining video feeds in the STRVerticalFeedView

    Declaration

    Swift

    case Default
  • This play mode plays all of the items in a feed group, this functions same as Feed if group is not image carousel

    Declaration

    Swift

    case FeedGroup
  • This play mode plays only the specified feed

    Declaration

    Swift

    case Feed
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: String { get }
  • VFPlayMode initialization

    Declaration

    Swift

    public init(rawValue: RawValue)

    Parameters

    rawValue

    String representation of play mode