Skip to content

Commit 52dfffa

Browse files
committed
Update encoder documetation
1 parent 1d4c90c commit 52dfffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/xav/encoder.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
defmodule Xav.Encoder do
22
@moduledoc """
33
Audio/Video encoder.
4-
5-
Currently, it only supports video encoding.
64
"""
75

86
@type t :: reference()
@@ -110,7 +108,9 @@ defmodule Xav.Encoder do
110108
111109
To get the list of available encoders, see `Xav.list_encoders/0`.
112110
113-
It accepts the following options:\n#{NimbleOptions.docs(@video_encoder_schema)}
111+
It accepts the following options for video encoding:\n#{NimbleOptions.docs(@video_encoder_schema)}
112+
113+
It accepts the following options for audio encoding:\n#{NimbleOptions.docs(@audio_encoder_schema)}
114114
"""
115115
@spec new(codec(), Keyword.t()) :: t()
116116
def new(codec, opts) do

0 commit comments

Comments
 (0)