Contents

stopRequestingMediaData()

Cancels any current Requestmediadatawhenready(on:using:) call.

Declaration

func stopRequestingMediaData()

Discussion

Always pair a call to requestMediaDataWhenReady(on:using:) with this method. You can call this method from inside or outside of the requesting method’s block parameter.

See Also

Requesting media