MythTV master
videoplayercommand.h
Go to the documentation of this file.
1#ifndef VIDEOPLAYERCOMMAND_H_
2#define VIDEOPLAYERCOMMAND_H_
3
4class VideoMetadata;
6{
7 public:
9 static VideoPlayerCommand PlayerFor(const QString &filename);
11
12 public:
15
18
19 void Play() const;
20
22 QString GetCommandDisplayName() const;
23
24 private:
26};
27
28#endif // PLAYERCOMMAND_H_
static VideoPlayerCommand AltPlayerFor(const VideoMetadata *item)
class VideoPlayerCommandPrivate * m_d
VideoPlayerCommand & operator=(const VideoPlayerCommand &rhs)
static VideoPlayerCommand PlayerFor(const VideoMetadata *item)
QString GetCommandDisplayName() const
Returns the player command suitable for display to the user.