diff options
author | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
commit | 724cb5e3783311f6b8c808852dbe2de59f2399b0 (patch) | |
tree | be1f2d617b4a3e2e156b7a2d6ba9ee335cde63cf /doc/latex/classcAudioVideoDetector.tex | |
parent | 0152f33daffe3fe943d6a134409d02df7ecaa982 (diff) | |
download | vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.gz vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.bz2 |
Fixed small bug which leads to an empty TV folder
Diffstat (limited to 'doc/latex/classcAudioVideoDetector.tex')
-rw-r--r-- | doc/latex/classcAudioVideoDetector.tex | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/latex/classcAudioVideoDetector.tex b/doc/latex/classcAudioVideoDetector.tex new file mode 100644 index 0000000..f76f078 --- /dev/null +++ b/doc/latex/classcAudioVideoDetector.tex @@ -0,0 +1,45 @@ +\hypertarget{classcAudioVideoDetector}{ +\section{cAudioVideoDetector Class Reference} +\label{classcAudioVideoDetector}\index{cAudioVideoDetector@{cAudioVideoDetector}} +} +{\tt \#include $<$avdetector.h$>$} + +\subsection*{Public Member Functions} +\begin{CompactItemize} +\item +int \hyperlink{classcAudioVideoDetector_0a376b4d1421f0d799189d4e03c4cbcc}{detectVideoProperties} (\hyperlink{classcUPnPResource}{cUPnPResource} $\ast$Resource, const char $\ast$Filename) +\end{CompactItemize} + + +\subsection{Detailed Description} +The audio/video detector + +This is the audio video detector, which analizes the audio and video stream of a file to gather more information about the resource. This is also required for determination of a suitable DLNA profile. + +\subsection{Member Function Documentation} +\hypertarget{classcAudioVideoDetector_0a376b4d1421f0d799189d4e03c4cbcc}{ +\index{cAudioVideoDetector@{cAudioVideoDetector}!detectVideoProperties@{detectVideoProperties}} +\index{detectVideoProperties@{detectVideoProperties}!cAudioVideoDetector@{cAudioVideoDetector}} +\subsubsection[{detectVideoProperties}]{\setlength{\rightskip}{0pt plus 5cm}int cAudioVideoDetector::detectVideoProperties ({\bf cUPnPResource} $\ast$ {\em Resource}, \/ const char $\ast$ {\em Filename})}} +\label{classcAudioVideoDetector_0a376b4d1421f0d799189d4e03c4cbcc} + + +Detect video properties + +This detects video properties of a video stream and stores them in the Resource object. + +\begin{Desc} +\item[Parameters:] +\begin{description} +\item[{\em Resource}]the resource, where to save the data \item[{\em Filename}]the file, which shall be read \end{description} +\end{Desc} +\begin{Desc} +\item[Returns:]returns\begin{itemize} +\item {\bf {\tt 0},} if the detection was successful\item {\bf {\tt $<$0},} otherwise \end{itemize} +\end{Desc} + + +The documentation for this class was generated from the following files:\begin{CompactItemize} +\item +misc/avdetector.h\item +misc/avdetector.cpp\end{CompactItemize} |