summaryrefslogtreecommitdiff
path: root/upnpcomponents/dlna.h
diff options
context:
space:
mode:
authorDenis Loh <denis.loh@gmail.com>2009-12-29 19:34:50 +0100
committerDenis Loh <denis.loh@gmail.com>2009-12-29 19:34:50 +0100
commit60db82604cd0ab407e857b9f11d9588f9076333b (patch)
tree11cc9c5f4a5b4a784727eccfecb9e5cca2c69ac3 /upnpcomponents/dlna.h
parent2d245fcabb385347359759de8e6c40ce16e43cab (diff)
downloadvdr-plugin-upnp-60db82604cd0ab407e857b9f11d9588f9076333b.tar.gz
vdr-plugin-upnp-60db82604cd0ab407e857b9f11d9588f9076333b.tar.bz2
Added mpeg4 p2 profiles
Diffstat (limited to 'upnpcomponents/dlna.h')
-rw-r--r--upnpcomponents/dlna.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/upnpcomponents/dlna.h b/upnpcomponents/dlna.h
index 80ac328..44ed3c4 100644
--- a/upnpcomponents/dlna.h
+++ b/upnpcomponents/dlna.h
@@ -105,39 +105,6 @@ public:
const char* getProtocolInfo(
DLNAProfile *Prof ///< the Profile of which the protocol info shall be returned
);
- /**
- * Profile of a channel
- *
- * Returns the DLNA profile of a VDR channel. It checks the video type to determine
- * which profile will match.
- *
- * @return the matching DLNA profile
- */
- DLNAProfile* getProfileOfChannel(
- cChannel* Channel ///< the channel of which the profile should created from
- );
- /**
- * Profile of a recording
- *
- * Returns the DLNA profile of a VDR recording. It checks the video file to determine
- * which profile will match.
- *
- * @return the matching DLNA profile
- */
- DLNAProfile* getProfileOfRecording(
- cRecording* Recording ///< the recording of which the profile should be created from
- );
- /**
- * Profile of a file
- *
- * Returns the DLNA profile of a file. It checks the content of the file with \em ffmpeg to
- * determine which profile will match.
- *
- * @return the matching DLNA profile
- */
- DLNAProfile* getProfileOfFile(
- cString File ///< the file of which the profile should be created from
- );
private:
const char* getRegisteredProtocolInfoString(cRegisteredProfile *Profile);
cDlna();