appendImmediately(_:)
Appends the caption synchronously if the input is ready for more media data.
Declaration
func appendImmediately(_ caption: AVCaption) throws -> BoolParameters
- caption:
The caption to be appended.
Return Value
Returns true if the append was successful, false if the input was not ready for more media data.