Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Feb 22, 2024
1 parent 54101da commit 69bf37b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/membrane/timestamp_queue.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ defmodule Membrane.TimestampQueue do
pad_queues: %{},
pads_heap: Heap.min()

@type option ::
{:pause_demand_boundary, pos_integer() | :infinity}
| {:pause_demand_boundary_unit, :buffers | :bytes}
@type options :: [option]
@type options :: [
pause_demand_boundary: pos_integer() | :infinity,
pause_demand_boundary_unit: :buffers | :bytes
]

@spec new(options) :: t()
def new(options \\ []) do
Expand Down

0 comments on commit 69bf37b

Please sign in to comment.