LibreOffice Module avmedia (master) 1
Namespaces | Functions | Variables
player.cxx File Reference
#include <objbase.h>
#include <strmif.h>
#include <control.h>
#include <uuids.h>
#include <evcode.h>
#include "player.hxx"
#include "framegrabber.hxx"
#include "window.hxx"
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <osl/file.hxx>
#include <rtl/ref.hxx>
Include dependency graph for player.cxx:

Go to the source code of this file.

Namespaces

namespace  avmedia
 
namespace  avmedia::win
 

Functions

static LRESULT CALLBACK avmedia::win::MediaPlayerWndProc_2 (HWND hWnd, UINT nMsg, WPARAM nPar1, LPARAM nPar2)
 

Variables

constexpr OUStringLiteral AVMEDIA_WIN_PLAYER_IMPLEMENTATIONNAME = u"com.sun.star.comp.avmedia.Player_DirectX"
 
constexpr OUStringLiteral AVMEDIA_WIN_PLAYER_SERVICENAME = u"com.sun.star.media.Player_DirectX"
 

Variable Documentation

◆ AVMEDIA_WIN_PLAYER_IMPLEMENTATIONNAME

constexpr OUStringLiteral AVMEDIA_WIN_PLAYER_IMPLEMENTATIONNAME = u"com.sun.star.comp.avmedia.Player_DirectX"
constexpr

Definition at line 34 of file player.cxx.

Referenced by avmedia::win::Player::getImplementationName().

◆ AVMEDIA_WIN_PLAYER_SERVICENAME

constexpr OUStringLiteral AVMEDIA_WIN_PLAYER_SERVICENAME = u"com.sun.star.media.Player_DirectX"
constexpr

Definition at line 35 of file player.cxx.

Referenced by avmedia::win::Player::getSupportedServiceNames().