-
Notifications
You must be signed in to change notification settings - Fork 4
Extract CMAF Demuxer from Membrane Element #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
end | ||
|
||
@spec feed!(t(), binary()) :: t() | ||
def feed!(%__MODULE__{} = engine, data) do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add docs
@spec get_tracks_info(t()) :: {:ok, %{integer() => struct()}} | {:error, term()} | ||
def get_tracks_info(%__MODULE__{} = engine) do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add docs and improve the typespec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
No description provided.