DefaultSharePlayService

extension DefaultSharePlayService: PlaybackCoordinatorDelegate
  • Declaration

    Swift

    @MainActor
    public func playbackCoordinator(
        _ coordinator: PlaybackCoordinator,
        didIssue playCommand: PlaybackCoordinatorPlayCommand
    ) async throws
  • Declaration

    Swift

    @MainActor
    public func playbackCoordinator(
        _ coordinator: PlaybackCoordinator,
        didIssue pauseCommand: PlaybackCoordinatorPauseCommand
    ) async throws
  • Declaration

    Swift

    @MainActor
    public func playbackCoordinator(
        _ coordinator: PlaybackCoordinator,
        didIssue seekCommand: PlaybackCoordinatorSeekCommand
    ) async throws
  • Declaration

    Swift

    @MainActor
    public func playbackCoordinator(
        _ coordinator: PlaybackCoordinator,
        didIssue bufferingCommand: PlaybackCoordinatorBufferingCommand
    ) async throws