From 2f45223f577c91db7fd962020b3473f5a34f369c Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Mon, 25 Jan 2010 12:17:38 +0100 Subject: Removed documentation from repository --- doc/html/classcUPnPClassMovie.html | 331 ------------------------------------- 1 file changed, 331 deletions(-) delete mode 100644 doc/html/classcUPnPClassMovie.html (limited to 'doc/html/classcUPnPClassMovie.html') diff --git a/doc/html/classcUPnPClassMovie.html b/doc/html/classcUPnPClassMovie.html deleted file mode 100644 index 2116ad3..0000000 --- a/doc/html/classcUPnPClassMovie.html +++ /dev/null @@ -1,331 +0,0 @@ - - -UPnP/DLNA plugin for VDR: cUPnPClassMovie Class Reference - - - - - -
-

cUPnPClassMovie Class Reference

#include <object.h> -

-

-Inheritance diagram for cUPnPClassMovie:
-
-

Inheritance graph
- - -
[legend]
-
-Collaboration diagram for cUPnPClassMovie:
-
-

Collaboration graph
- - -
[legend]
- -

-List of all members. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Public Member Functions

virtual cStringList * getPropertyList ()
virtual bool setProperty (const char *Property, const char *Value)
virtual bool getProperty (const char *Property, char **Value) const
int setDVDRegionCode (int RegionCode)
int setStorageMedium (const char *StorageMedium)
int getDVDRegionCode () const
const char * getStorageMedium () const

Protected Member Functions

 cUPnPClassMovie ()

Protected Attributes

-int mDVDRegionCode
 The Region code of the movie (0 - 8).
-cString mStorageMedium
 The storage medium where the movie is stored.

Friends

-class cMediaDatabase
-class cUPnPObjectMediator
-class cUPnPMovieMediator
-


Detailed Description

-The UPnP class Movie

-This is a UPnP class Movie representation with all its properties.


Constructor & Destructor Documentation

- -
-
- - - - - - - - -
cUPnPClassMovie::cUPnPClassMovie (  )  [protected]
-
-
- -

-Constructor of a movie

-This creates a new instance of a movie -

-

-


Member Function Documentation

- -
-
- - - - - - - - -
int cUPnPClassMovie::getDVDRegionCode (  )  const [inline]
-
-
- -

-Get the DVD region code

-This returns the DVD region code. For more information, see http://en.wikipedia.org/wiki/DVD_region_code

-The integer representation for ALL is 9.

-

See also:
http://en.wikipedia.org/wiki/DVD_region_code
-
Returns:
the DVD region code
- -
-

- -

-
- - - - - - - - - - - - - - - - - - -
bool cUPnPClassMovie::getProperty (const char *  Property,
char **  Value 
) const [virtual]
-
-
- -

-Gets a property

-Returns the value of a specified property. The value is converted into a string.

-

Returns:
returns
    -
  • true, if the property exists
  • false, otherwise
-
-
Parameters:
- - - -
Property the property which should be returned
Value the value of that property
-
- -

Reimplemented from cUPnPClassVideoItem.

- -
-

- -

-
- - - - - - - - -
cStringList * cUPnPClassMovie::getPropertyList (  )  [virtual]
-
-
- -

-Get the properties of the object

-This returns a property list with all the properties which can be obtained or set with getProperty or setProperty.

-

Returns:
a stringlist with the properties
- -

Reimplemented from cUPnPClassVideoItem.

- -
-

- -

-
- - - - - - - - -
const char* cUPnPClassMovie::getStorageMedium (  )  const [inline]
-
-
- -

-Get the storage medium

-This returns the storage medium, where the movie resides.

-

Returns:
the storage medium
- -
-

- -

-
- - - - - - - - - -
int cUPnPClassMovie::setDVDRegionCode (int  RegionCode  ) 
-
-
- -

-Sets the DVD region code

-For more information on this, see http://en.wikipedia.org/wiki/DVD_region_code

-The integer representation for ALL is 9.

-

See also:
http://en.wikipedia.org/wiki/DVD_region_code
-
Returns:
returns
    -
  • 0, if setting was successful
  • <0, otherwise
-
-
Parameters:
- - -
RegionCode the region code of this movie
-
- -
-

- -

-
- - - - - - - - - - - - - - - - - - -
bool cUPnPClassMovie::setProperty (const char *  Property,
const char *  Value 
) [virtual]
-
-
- -

-Sets a property

-Sets the value of a specified property. The value is converted from string into the propper data type

-

Returns:
returns
    -
  • true, if the property exists
  • false, otherwise
-
-
Parameters:
- - - -
Property the property which should be set
Value the value of that property
-
- -

Reimplemented from cUPnPClassVideoItem.

- -
-

- -

-
- - - - - - - - - -
int cUPnPClassMovie::setStorageMedium (const char *  StorageMedium  ) 
-
-
- -

-Sets the storage medium

-This will set the storage medium, where the movie resides. Valid media are defined in common.h

-

See also:
common.h
-
Returns:
returns
    -
  • 0, if setting was successful
  • <0, otherwise
-
-
Parameters:
- - -
StorageMedium the medium where the movie is located
-
- -
-

-


The documentation for this class was generated from the following files: -
-
Generated on Sun Nov 8 15:44:09 2009 for UPnP/DLNA plugin for VDR by  - -doxygen 1.5.8
- - -- cgit v1.2.3