The following tables list the members exposed by PlayCtrl.
Name | Description | |
---|---|---|
PlayCtrl | The PlayCtrl control object constructor. |
Name | Description | |
---|---|---|
CheckSeekingCapabilities | Specifies whether the object is capable of performing the specified seeking operation. | |
GetPreferredMediaSourceHandler | Retrieves the preferred media source handler's GUID set using SetPreferredMediaSourceHandler. | |
GetStillDIB | Gets a device-independent bitmap (DIB). | |
GetStillHDIB | Gets a device-independent bitmap (DIB). | |
GetStillImage | Gets a System.Drawing.Image object. | |
GetSubObject | Gets the specified topology object. | |
HasDialog | Checks whether the specified property dialog is available. | |
IsRateSupported | Determines whether a specific playback rate is supported. | |
MarkSelectionEnd | Sets the selection ending mark equal to the current position. | |
MarkSelectionStart | Sets the selection starting mark equal to the current position. | |
NextFrame | Seeks to the next video frame. | |
Pause | Pauses the current media file playback. | |
PreviousFrame | Seeks for the previous video frame. | |
ResetSource | Resets the media source. | |
Run | Plays the current media source. | |
SaveStillBitmap | Saves a snapshot from the running stream to a file as a bitmap. | |
SaveStillDIB | Saves a snapshot from the running stream to a file as a Device Independent Bitmap (DIB). | |
SeekEnd | Seeks for the end of the media file. | |
SeekSelectionEnd | Seeks for the ending mark of the selection. | |
SeekSelectionStart | Seeks for the starting mark for the selection. | |
SeekStart | Seeks for the beginning of the media file. | |
SetPreferredMediaSourceHandler | Sets a preferred media source handler's GUID. | |
ShowDialog | Displays the specified property dialog. | |
Stop | Stops the current media file playback. | |
ToggleFullScreenMode | Switches the full screen mode on or off. |
Name | Description | |
---|---|---|
AttachInterfaces | Internal method to attach interfaces to the underlying control object. | |
CreateSink | Internal method to create the event sink for the underlying control object. | |
DetachSink | Internal method to detach the event sink for the underlying control object. | |
Dispose | Releases internal control object and related object references. |
Name | Description | |
---|---|---|
AllowedStreams | Indicates which streams can be played. | |
Appearance | Gets or sets a value determining the appearance of the control. | |
AudioProcessors | Gets the registered audio processors collection object. | |
AudioRenderers | Gets the registered audio renderers collection object. | |
Author | Gets the name of the media's author (if it exists). | |
AutoRewind | Gets a value indicating whether the object will automatically rewind to the starting point once playback has stopped. | |
AutoSize | Gets or sets a value indicating whether the control will be automatically resized. | |
AutoStart | Gets a value indicating whether the object will automatically start playing the media once the source has been assigned. | |
BackColor | Gets or sets the background color for the control. | |
Balance | Gets or sets the balance value of the audio stream. | |
BorderStyle | Gets or sets the border style for the control. | |
Copyright | Gets copyright information for the (if it exists). | |
CurrentFramePosition | Gets or sets the current frame position. | |
CurrentPosition | Gets or sets the current position, relative to the total duration of the media, in seconds. | |
CurrentTrackingPosition | Gets or sets the current tracking position. | |
Description | Gets the description of the media's content (if it exists). | |
Duration | Gets the duration of the media, in seconds. | |
Enabled | Gets or sets a value indicating whether the control can respond to user interaction. | |
FrameDuration | Gets the frame duration of the media, in seconds. | |
FullScreenMode | Gets or sets the full-screen mode for the video renderer. | |
Mute | Gets a value indicating whether the audio is muted. | |
PlayCount | Gets or sets the number of times that playback should repeat. | |
Rate | Gets or sets the rate of playback relative to normal playback speed. | |
Rating | Gets the media's rating (if it exists). | |
RenderedStreams | Gets the streams that have been rendered. | |
ScaleHeight | Gets or sets the height of the client area of the control. | |
ScaleLeft | Specifies the X coordinate of the origin in a custom coordinate system for the client area. | |
ScaleMode | Specifies the unit of measure for the control. | |
ScaleTop | Specifies the Y coordinate of the origin in a custom coordinate system for the client area. | |
ScaleWidth | Specifies the width of the client area of the control. | |
SelectedAudioProcessors | Gets or sets the selected audio processors collection object. | |
SelectedVideoProcessors | Gets the selected video processors collection object. | |
SelectionEnd | Gets or sets the current selection end position, in seconds. | |
SelectionStart | Gets or sets the current selection start position, in seconds. | |
SourceAudioFOURCC | Gets the FOURCC format id for the source audio. | |
SourceAudioType | Gets a string that represents the GUID of the source's audio type. | |
SourceFile | Gets or sets the media source filename, URL or UDP address. | |
SourceObject | Gets or sets the media source object. | |
SourceStream | Gets or sets the media source stream. | |
SourceType | Gets the media source type. | |
SourceVideoFOURCC | Gets the FOURCC format id of the source video format. | |
SourceVideoType | Gets a string that represents the GUID of the source' video type. | |
State | Gets the play control current state. | |
Title | Gets the media's title (if it exists). | |
TrackingSelectionEnd | Gets the current tracking selection end position. | |
TrackingSelectionStart | Gets the current tracking selection start position. | |
UnrenderedStreams | Gets the streams that have not been rendered. | |
VideoHeight | Gets the height of the current video. | |
VideoProcessors | Gets the registered video processors collection object. | |
VideoWidth | Gets the width of the current video. | |
VideoWindow | Gets the handle to the current video window. | |
VideoWindowHeight | Gets the height of the video window. | |
VideoWindowLeft | Gets the left position of the video window. | |
VideoWindowSizeMode | Gets or sets the current video window size mode. | |
VideoWindowTop | Gets the top position of the video window. | |
VideoWindowWidth | Gets the width of the video window. | |
Volume | Gets or sets the volume (amplitude) of the audio signal. | |
Window | Gets the handle to the Play control window. |
Name | Description | |
---|---|---|
Click | Occurs when the control is clicked. | |
DoubleClick | Occurs when the control is double-clicked. | |
ErrorAbort | Occurs when an error has caused an operation to abort. | |
KeyDown | Occurs when the control has detected a KeyDown event. | |
KeyPress | Occurs when the control has detected a KeyPress event. | |
KeyUp | Occurs when the control has detected a KeyUp event. | |
MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. | |
MouseEnter | Occurs when the mouse pointer enters the control. | |
MouseHover | Occurs when the mouse pointer rests on the control. | |
MouseLeave | Occurs when the mouse pointer leaves the control. | |
MouseMove | Occurs when the mouse pointer is moved over the control. | |
MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. | |
Resize | Occurs when the control is resized. | |
StateChanged | Occurs when the object's state has changed. | |
TrackingPositionChanged | Occurs periodically to provide notification of when the tracking position changes. | |
TrackingSelectionChanged | Provides notification of tracking selection changes. |