Class MediaCaptureControl
Interaction logic for MediaCaptureControl.xaml
Inheritance
MediaCaptureControl
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class MediaCaptureControl : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceMediaCaptureControl()
Initializes a new instance of the MediaCaptureControl class.
Declaration
public MediaCaptureControl()
Properties
View SourceAttachment
Gets the attachment.
Declaration
public AttachmentViewModel Attachment { get; }
Property Value
Type | Description |
---|---|
AttachmentViewModel |
ReOpenForEdit
Sets a value indicating whether the control is being re-opened for edit.
Declaration
public bool ReOpenForEdit { set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Pause()
Pauses the media element
Declaration
public void Pause()
Play()
Plays the media element
Declaration
public void Play()
Stop()
Stops the media element
Declaration
public void Stop()
Events
View SourceCloseControl
A close control handler.
Declaration
public event MediaCaptureControl.CloseControlHandler CloseControl
Event Type
Type | Description |
---|---|
MediaCaptureControl.CloseControlHandler |