Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

videodir.h

Go to the documentation of this file.
00001 
00010 #ifndef __VIDEODIR_H
00011 #define __VIDEODIR_H
00012 
00013 #include <stdlib.h>
00014 
00015 extern const char *VideoDirectory;
00016 
00017 int OpenVideoFile(const char *FileName, int Flags);
00018 int CloseVideoFile(int FileHandle);
00019 bool RenameVideoFile(const char *OldName, const char *NewName);
00020 bool RemoveVideoFile(const char *FileName);
00021 bool VideoFileSpaceAvailable(int SizeMB);
00022 int VideoDiskSpace(int *FreeMB = NULL, int *UsedMB = NULL); // returns the used disk space in percent
00023 const char *PrefixVideoFileName(const char *FileName, char Prefix);
00024 void RemoveEmptyVideoDirectories(void);
00025 
00026 #endif //__VIDEODIR_H
00027 

Generated on Wed Feb 5 23:30:12 2003 for VDR by doxygen1.3-rc2