FFprobe.streams

You're seeing just the function streams, go back to FFprobe module for more information.

Specs

streams(binary()) ::
  {:ok, streams_list()} | {:error, :invalid_file} | {:error, :no_such_file}

Get a list a of streams from the file.

If the file does not exist, returns {:error, :no_such_file}. If the file is a non media file, returns {:error, :invalid_file}.