qt_rtmp_demo/media/audioplayerff.h

18 lines
203 B
C
Raw Permalink Normal View History

2024-06-16 16:14:06 +00:00
#ifndef AUDIOPLAYERFF_H
#define AUDIOPLAYERFF_H
//#include<SDL/SDL.h>
//#include<SDL\SDL_mixer.h>
#include<iostream>
class AudioPlayerFF
{
public:
AudioPlayerFF();
};
#endif // AUDIOPLAYERFF_H