GstMediaPlayer

Undocumented in source.

Constructors

this
this(string[] args)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

busCall
bool busCall(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
createVideoOverlayWindowCb
GstBusSyncReply createVideoOverlayWindowCb(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
fullStop
void fullStop()
Undocumented in source. Be warned that the author may not have intended to support it.
isPlaying
bool isPlaying(bool set)
Undocumented in source. Be warned that the author may not have intended to support it.
isPlaying
bool isPlaying()
Undocumented in source. Be warned that the author may not have intended to support it.
onAspectComboBoxChanged
void onAspectComboBoxChanged(ComboBoxText combo)
Undocumented in source. Be warned that the author may not have intended to support it.
onOpen
void onOpen(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
onPlay
void onPlay(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
onQuit
void onQuit(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
onSeekToStart
void onSeekToStart(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
play
void play()
Undocumented in source. Be warned that the author may not have intended to support it.
playMediaFile
void playMediaFile(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
runImportMaterialFileChooser
void runImportMaterialFileChooser()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aspectComboBox
ComboBoxText aspectComboBox;
Undocumented in source.
buttonsHBox
HBox buttonsHBox;
Undocumented in source.
importMaterialFileChooserDialog
FileChooserDialog importMaterialFileChooserDialog;
Undocumented in source.
m_isPlaying
bool m_isPlaying;
Undocumented in source.
mediaFileUri
string mediaFileUri;
Undocumented in source.
monitorAspectFrame
AspectFrame monitorAspectFrame;
Undocumented in source.
monitorOverlay
MonitorOverlay monitorOverlay;
Undocumented in source.
openButton
Button openButton;
Undocumented in source.
playButton
Button playButton;
Undocumented in source.
quitButton
Button quitButton;
Undocumented in source.
source
Element source;
Undocumented in source.
supportedMimeTypes
string[] supportedMimeTypes;
Undocumented in source.
vbox
VBox vbox;
videosink
Element videosink;
Undocumented in source.

Inherited Members

From MainWindow

windowDelete
bool windowDelete(Event event, Widget widget)

Executed when the user tries to close the window

exit
bool exit(int code, bool force)

Allows the application to close and decide if it can exit

Meta