Contents

delegate

The content key session’s delegate object.

Declaration

weak var delegate: (any AVContentKeySessionDelegate)? { get }

Discussion

Set the session’s delegate using the setDelegate(_:queue:) method.

See Also

Managing the delegate object