repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PVR][Estuary] Timer settings dialog: Show client name in timer type selection dialog...
[xbmc.git]
/
xbmc
/
utils
/
PlayerUtils.h
blob
f62d8919b8fa8ae0fd287788b3c794fa01ef837e
1
/*
2
* Copyright (C) 2022 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#pragma once
10
11
class
CFileItem
;
12
13
class
CPlayerUtils
14
{
15
public
:
16
static bool
IsItemPlayable
(
const
CFileItem
&
item
);
17
};