LibreOffice Module avmedia (master) 1
gtkmanager.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#pragma once
11
13#include <com/sun/star/lang/XServiceInfo.hpp>
14#include <com/sun/star/media/XManager.hpp>
15#include <com/sun/star/uno/XComponentContext.hpp>
16
17namespace avmedia::gtk
18{
19class Manager : public cppu::WeakImplHelper<css::media::XManager, css::lang::XServiceInfo>
20{
21public:
22 explicit Manager();
23 virtual ~Manager() override;
24
25 virtual css::uno::Reference<css::media::XPlayer>
26 SAL_CALL createPlayer(const OUString& aURL) override;
27
28 virtual OUString SAL_CALL getImplementationName() override;
29 virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) override;
30 virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
31};
32}
33
34/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
virtual ~Manager() override
Definition: gtkmanager.cxx:24
virtual css::uno::Reference< css::media::XPlayer > SAL_CALL createPlayer(const OUString &aURL) override
Definition: gtkmanager.cxx:26
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
Definition: gtkmanager.cxx:39
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
Definition: gtkmanager.cxx:44
virtual OUString SAL_CALL getImplementationName() override
Definition: gtkmanager.cxx:37
URL aURL
unsigned char sal_Bool