#include <sbGStreamerPlatformWin32.h>
Public Member Functions | |
Win32PlatformInterface (sbGStreamerMediacore *aCore) | |
virtual | ~Win32PlatformInterface () |
GstElement * | SetVideoSink (GstElement *aVideoSink) |
GstElement * | SetAudioSink (GstElement *aAudioSink) |
Public Member Functions inherited from BasePlatformInterface | |
BasePlatformInterface (sbGStreamerMediacore *aCore) | |
virtual | ~BasePlatformInterface () |
virtual void | ResizeToWindow () |
bool | GetFullscreen () |
void | SetFullscreen (bool aFullscreen) |
void | SetDisplayAspectRatio (int aNumerator, int aDenominator) |
virtual void | PrepareVideoWindow (GstMessage *aMessage) |
Public Member Functions inherited from sbIGstPlatformInterface | |
virtual | ~sbIGstPlatformInterface () |
Protected Member Functions | |
void | MoveVideoWindow (int x, int y, int width, int height) |
void | SetXOverlayWindowID (GstXOverlay *aXOverlay) |
void | FullScreen () |
void | UnFullScreen () |
nsresult | SetVideoBox (nsIBoxObject *aBoxObject, nsIWidget *aWidget) |
Protected Member Functions inherited from BasePlatformInterface | |
void | SetDisplayArea (int x, int y, int width, int height) |
void | ResizeVideo () |
virtual nsresult | SetDocument (nsIDOMDocument *aDocument) |
nsresult | CreateDOMMouseEvent (nsIDOMMouseEvent **aMouseEvent) |
nsresult | CreateDOMKeyEvent (nsIDOMKeyEvent **aKeyEvent) |
nsresult | DispatchDOMEvent (nsIDOMEvent *aEvent) |
Additional Inherited Members | |
Protected Attributes inherited from BasePlatformInterface | |
int | mDisplayWidth |
int | mDisplayHeight |
int | mDisplayX |
int | mDisplayY |
int | mDARNum |
int | mDARDenom |
bool | mFullscreen |
nsCOMPtr< nsIBoxObject > | mVideoBox |
nsCOMPtr< nsIWidget > | mWidget |
nsCOMPtr< nsIDOMDocument > | mDocument |
GstElement * | mVideoSink |
GstElement * | mAudioSink |
sbGStreamerMediacore * | mCore |
Definition at line 38 of file sbGStreamerPlatformWin32.h.
Win32PlatformInterface::Win32PlatformInterface | ( | sbGStreamerMediacore * | aCore | ) |
Definition at line 331 of file sbGStreamerPlatformWin32.cpp.
|
virtual |
Definition at line 404 of file sbGStreamerPlatformWin32.cpp.
|
protectedvirtual |
Implements BasePlatformInterface.
Definition at line 422 of file sbGStreamerPlatformWin32.cpp.
|
protectedvirtual |
Implements BasePlatformInterface.
Definition at line 491 of file sbGStreamerPlatformWin32.cpp.
|
virtual |
Implements sbIGstPlatformInterface.
Definition at line 527 of file sbGStreamerPlatformWin32.cpp.
|
protectedvirtual |
Reimplemented from BasePlatformInterface.
Definition at line 344 of file sbGStreamerPlatformWin32.cpp.
|
virtual |
Implements sbIGstPlatformInterface.
Definition at line 505 of file sbGStreamerPlatformWin32.cpp.
|
protectedvirtual |
Implements BasePlatformInterface.
Definition at line 553 of file sbGStreamerPlatformWin32.cpp.
|
protectedvirtual |
Implements BasePlatformInterface.
Definition at line 463 of file sbGStreamerPlatformWin32.cpp.