processMP4Clip(with:setupInfo:finished:)
Processes MP4 movie clips for a live broadcast.
Declaration
func processMP4Clip(with mp4ClipURL: URL?, setupInfo: [String : NSObject]?, finished: Bool)Parameters
- mp4ClipURL:
URL that points to the location of the movie clip. This parameter is
nilwhen an error occurs. - setupInfo:
Dictionary that is supplied by the UI extension and contains setup information required for processing. The values contained in the dictionary are defined by the extension developer.
- finished:
Boolean value indicating that the app has requested the broadcast to end. Set to True to end the broadcast.