LibreOffice Module avmedia (master) 1
Public Member Functions | Private Attributes | List of all members
avmedia::win::FrameGrabber Class Reference

#include <framegrabber.hxx>

Inheritance diagram for avmedia::win::FrameGrabber:
[legend]
Collaboration diagram for avmedia::win::FrameGrabber:
[legend]

Public Member Functions

 FrameGrabber ()
 
 ~FrameGrabber () override
 
bool create (const OUString &rURL)
 
virtual css::uno::Reference< css::graphic::XGraphic > SAL_CALL grabFrame (double fMediaTime) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

OUString maURL
 

Detailed Description

Definition at line 32 of file win/framegrabber.hxx.

Constructor & Destructor Documentation

◆ FrameGrabber()

avmedia::win::FrameGrabber::FrameGrabber ( )
explicit

Definition at line 51 of file framegrabber.cxx.

◆ ~FrameGrabber()

avmedia::win::FrameGrabber::~FrameGrabber ( )
overridedefault

Member Function Documentation

◆ create()

bool avmedia::win::FrameGrabber::create ( const OUString &  rURL)

Definition at line 83 of file framegrabber.cxx.

References maURL.

◆ getImplementationName()

OUString SAL_CALL avmedia::win::FrameGrabber::getImplementationName ( )
overridevirtual

Definition at line 187 of file framegrabber.cxx.

References AVMEDIA_WIN_FRAMEGRABBER_IMPLEMENTATIONNAME.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL avmedia::win::FrameGrabber::getSupportedServiceNames ( )
overridevirtual

Definition at line 199 of file framegrabber.cxx.

References AVMEDIA_WIN_FRAMEGRABBER_SERVICENAME.

◆ grabFrame()

uno::Reference< graphic::XGraphic > SAL_CALL avmedia::win::FrameGrabber::grabFrame ( double  fMediaTime)
overridevirtual

Definition at line 95 of file framegrabber.cxx.

References Graphic::GetXGraphic(), Bitmap::IsEmpty(), LONG, maURL, n, and ReadDIB().

◆ supportsService()

sal_Bool SAL_CALL avmedia::win::FrameGrabber::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 193 of file framegrabber.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ maURL

OUString avmedia::win::FrameGrabber::maURL
private

Definition at line 51 of file win/framegrabber.hxx.

Referenced by create(), and grabFrame().


The documentation for this class was generated from the following files: