PonyPlayer
info_accessor.h
浏览该文件的文档.
1//
2// Created by 彭郑威 on 2022/4/30.
3//
4
5#ifndef PONYPLAYER_INFO_ACCESSOR_H
6#define PONYPLAYER_INFO_ACCESSOR_H
7
8#include "ponyplayer.h"
9INCLUDE_FFMPEG_BEGIN
10#include "libavcodec/avcodec.h"
11#include "libavformat/avformat.h"
12#include "libavutil/pixfmt.h"
13#include "libswscale/swscale.h"
14#include "libavutil/imgutils.h"
16#include "playlist.h"
17
19public:
21 static QString getInfo(QString filename,PlayListItem& res);
22};
23
24#endif //PONYPLAYER_INFO_ACCESSOR_H
Definition: playlist.h:9
Definition: info_accessor.h:18
static QString getInfo(QString filename, PlayListItem &res)
Definition: info_accessor.cpp:23
#define INCLUDE_FFMPEG_END
Definition: ponyplayer.h:26