A video view displays the video frames from a capture session or video player on the screen. Note that the video view itself does not impose video timing. It immediately display a video frame when you set it on the view. The video timing is provided by the capture session or video player. More...
Public Member Functions | |
VideoView () | |
Creates a new video view. More... | |
VideoView (Accelerator accel) | |
Creates a new video view and binds it to the given accelerator. More... | |
Static Public Attributes | |
static bool | AccelerationEnabled = false |
Way to disable Accelerated Video Rendering. More... | |
Protected Member Functions | |
override Size | MeasureOverride (Size availableSize) |
override Size | ArrangeOverride (Size finalSize) |
override void | OnRender (DrawingContext dc) |
Properties | |
VideoFrame?????? | VideoFrame [get, set] |
The current video frame. More... | |
bool | DrawingEnabled [get, set] |
Enable / disable drawing of the video frame. More... | |
A video view displays the video frames from a capture session or video player on the screen. Note that the video view itself does not impose video timing. It immediately display a video frame when you set it on the view. The video timing is provided by the capture session or video player.
RealNetworks.CameraKit.VideoView.VideoView | ( | ) |
Creates a new video view.
RealNetworks.CameraKit.VideoView.VideoView | ( | Accelerator | accel | ) |
Creates a new video view and binds it to the given accelerator.
|
protected |
|
protected |
|
protected |
|
static |
Way to disable Accelerated Video Rendering.
|
getset |
Enable / disable drawing of the video frame.
|
getset |
The current video frame.