Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
21
Src/playlist/PlaylistCounter.h
Normal file
21
Src/playlist/PlaylistCounter.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef NULLSOFT_PLAYLIST_PLAYLISTCOUNTER_H
|
||||
#define NULLSOFT_PLAYLIST_PLAYLISTCOUNTER_H
|
||||
|
||||
#include "ifc_playlistloadercallback.h"
|
||||
|
||||
class PlaylistCounter : public ifc_playlistloadercallback
|
||||
{
|
||||
public:
|
||||
PlaylistCounter() {}
|
||||
|
||||
int OnFile( const wchar_t *filename, const wchar_t *title, int lengthInMS, ifc_plentryinfo *info );
|
||||
|
||||
size_t count = 0;
|
||||
uint64_t length = 0;
|
||||
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue