We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4c90c commit 52dfffaCopy full SHA for 52dfffa
lib/xav/encoder.ex
@@ -1,8 +1,6 @@
1
defmodule Xav.Encoder do
2
@moduledoc """
3
Audio/Video encoder.
4
-
5
- Currently, it only supports video encoding.
6
"""
7
8
@type t :: reference()
@@ -110,7 +108,9 @@ defmodule Xav.Encoder do
110
108
111
109
To get the list of available encoders, see `Xav.list_encoders/0`.
112
113
- It accepts the following options:\n#{NimbleOptions.docs(@video_encoder_schema)}
+ It accepts the following options for video encoding:\n#{NimbleOptions.docs(@video_encoder_schema)}
+
+ It accepts the following options for audio encoding:\n#{NimbleOptions.docs(@audio_encoder_schema)}
114
115
@spec new(codec(), Keyword.t()) :: t()
116
def new(codec, opts) do
0 commit comments