Contents

appendImmediately(_:)

Appends the caption synchronously if the input is ready for more media data.

Declaration

func appendImmediately(_ caption: AVCaption) throws -> Bool

Parameters

  • 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.

Discussion

See Also

Appending captions