LibreOffice Module avmedia (master) 1
Namespaces | Functions | Variables
window.cxx File Reference
#include <objbase.h>
#include <strmif.h>
#include <control.h>
#include <dshow.h>
#include <com/sun/star/awt/SystemPointer.hpp>
#include <cppuhelper/supportsservice.hxx>
#include "window.hxx"
#include "player.hxx"
Include dependency graph for window.cxx:

Go to the source code of this file.

Namespaces

namespace  avmedia
 
namespace  avmedia::win
 

Functions

static LRESULT CALLBACK avmedia::win::MediaPlayerWndProc (HWND hWnd, UINT nMsg, WPARAM nPar1, LPARAM nPar2)
 
static WNDCLASSW * avmedia::win::lcl_getWndClass ()
 

Variables

constexpr OUStringLiteral AVMEDIA_WIN_WINDOW_IMPLEMENTATIONNAME = u"com.sun.star.comp.avmedia.Window_DirectX"
 
constexpr OUStringLiteral AVMEDIA_WIN_WINDOW_SERVICENAME = u"com.sun.star.media.Window_DirectX"
 

Variable Documentation

◆ AVMEDIA_WIN_WINDOW_IMPLEMENTATIONNAME

constexpr OUStringLiteral AVMEDIA_WIN_WINDOW_IMPLEMENTATIONNAME = u"com.sun.star.comp.avmedia.Window_DirectX"
constexpr

Definition at line 31 of file window.cxx.

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

◆ AVMEDIA_WIN_WINDOW_SERVICENAME

constexpr OUStringLiteral AVMEDIA_WIN_WINDOW_SERVICENAME = u"com.sun.star.media.Window_DirectX"
constexpr

Definition at line 32 of file window.cxx.

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