package
0.0.0-20241114131613-732ec5ddb1fe
Repository: https://github.com/tnyim/jungletv.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Constants
EntryAddedPlacementEnqueue is used when the new queue entry is added to the end of the queue.
EntryAddedPlacementPlayNext is used when the new queue entry is added immediately after the currently playing entry.
EntryAddedPlacementPlayNow is used when the new queue entry is skipping the previously playing entry.
# Variables
ErrInsufficientPermissionsToRemoveEntry indicates the user has insufficient permissions to remove an entry.
# Structs
EntryAddedEventArg is the argument of the event for when a queue entry is added.
EntryMovedEventArg is the argument of the event for when a queue entry is moved.
EntryRemovedEventArg is the argument of the event for when a queue entry is removed.
MediaQueue queues media for synced broadcast.
# Type aliases
EntryAddedPlacement is whether the entry was added to play now/play next/play at the end.