FPFlowplayerMedia

@objc
@objcMembers
public class FPFlowplayerMedia : NSObject, FPMedia

A Flowplayer video has a mediaId and a playerId. Preparing the player with such a video, will fetch a Flowplayer config that contains all the relevant information for the playback to start.

  • Create a new instance with a mediaId and a playerId.

    Declaration

    Swift

    public init(mediaId: String, playerId: String)

    Parameters

    mediaId

    The Flowplayer mediaId to be used in combination with the playerId in order to load a Flowplayer config.

    playerId

    The Flowplayer playerId to be used in combination with the mediaId in order to load a Flowplayer config.