|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "VideoPlayer.h"#include "ServiceBroker.h"#include "settings/MediaSettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "DVDInputStreams/DVDInputStream.h"#include "cores/omxplayer/OMXPlayerAudio.h"#include "cores/omxplayer/OMXPlayerVideo.h"#include "threads/SystemClock.h"Macros | |
| #define | PREDICATE_RETURN(lh, rh) |
Functions | |
| bool | OMXPlayerUnsuitable (bool m_HasVideo, bool m_HasAudio, CDVDDemux *m_pDemuxer, std::shared_ptr< CDVDInputStream > m_pInputStream, CSelectionStreams &m_SelectionStreams) |
| bool | OMXDoProcessing (struct SOmxPlayerState &m_OmxPlayerState, int m_playSpeed, IDVDStreamPlayerVideo *m_VideoPlayerVideo, IDVDStreamPlayerAudio *m_VideoPlayerAudio, CCurrentStream m_CurrentAudio, CCurrentStream m_CurrentVideo, bool m_HasVideo, bool m_HasAudio, CProcessInfo &processInfo) |
| bool | OMXStillPlaying (bool waitVideo, bool waitAudio, bool eosVideo, bool eosAudio) |
| #define PREDICATE_RETURN | ( | lh, | |
| rh | |||
| ) |
| bool OMXDoProcessing | ( | struct SOmxPlayerState & | m_OmxPlayerState, |
| int | m_playSpeed, | ||
| IDVDStreamPlayerVideo * | m_VideoPlayerVideo, | ||
| IDVDStreamPlayerAudio * | m_VideoPlayerAudio, | ||
| CCurrentStream | m_CurrentAudio, | ||
| CCurrentStream | m_CurrentVideo, | ||
| bool | m_HasVideo, | ||
| bool | m_HasAudio, | ||
| CProcessInfo & | processInfo | ||
| ) |
| bool OMXPlayerUnsuitable | ( | bool | m_HasVideo, |
| bool | m_HasAudio, | ||
| CDVDDemux * | m_pDemuxer, | ||
| std::shared_ptr< CDVDInputStream > | m_pInputStream, | ||
| CSelectionStreams & | m_SelectionStreams | ||
| ) |
| bool OMXStillPlaying | ( | bool | waitVideo, |
| bool | waitAudio, | ||
| bool | eosVideo, | ||
| bool | eosAudio | ||
| ) |