Class VlcPlayer
[TemplatePart(Name = "media_slider", Type = typeof(Slider))]
[TemplatePart(Name = "PART_Vlc", Type = typeof(VlcControl))]
public class VlcPlayer : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
VlcPlayer
- Implements
- Inherited Members
- Extension Methods
Constructors
VlcPlayer()
public VlcPlayer()
Fields
IsFullScreenProperty
public static readonly DependencyProperty IsFullScreenProperty
Field Value
IsPlayingProperty
public static readonly DependencyProperty IsPlayingProperty
Field Value
RateProperty
public static readonly DependencyProperty RateProperty
Field Value
ShootCutRoutedEvent
public static readonly RoutedEvent ShootCutRoutedEvent
Field Value
TimeProperty
public static readonly DependencyProperty TimeProperty
Field Value
ToolBackgroundProperty
public static readonly DependencyProperty ToolBackgroundProperty
Field Value
ToolForegroundProperty
public static readonly DependencyProperty ToolForegroundProperty
Field Value
UseBottomMouseOverProperty
public static readonly DependencyProperty UseBottomMouseOverProperty
Field Value
UseBottomProperty
public static readonly DependencyProperty UseBottomProperty
Field Value
UseFullScreenProperty
public static readonly DependencyProperty UseFullScreenProperty
Field Value
UseLeftProperty
public static readonly DependencyProperty UseLeftProperty
Field Value
UseNextFrameProperty
public static readonly DependencyProperty UseNextFrameProperty
Field Value
UseNextProperty
public static readonly DependencyProperty UseNextProperty
Field Value
UseOpenFileProperty
public static readonly DependencyProperty UseOpenFileProperty
Field Value
UsePlayProperty
public static readonly DependencyProperty UsePlayProperty
Field Value
UsePreviourFrameProperty
public static readonly DependencyProperty UsePreviourFrameProperty
Field Value
UsePreviousProperty
public static readonly DependencyProperty UsePreviousProperty
Field Value
UseRightProperty
public static readonly DependencyProperty UseRightProperty
Field Value
UseShotCutProperty
public static readonly DependencyProperty UseShotCutProperty
Field Value
UseVolumeProperty
public static readonly DependencyProperty UseVolumeProperty
Field Value
VedioSourceProperty
public static readonly DependencyProperty VedioSourceProperty
Field Value
VolumeProperty
public static readonly DependencyProperty VolumeProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IsFullScreen
public bool IsFullScreen { get; set; }
Property Value
IsPlaying
public bool IsPlaying { get; set; }
Property Value
MouseOverKey
public static ComponentResourceKey MouseOverKey { get; }
Property Value
NoneKey
public static ComponentResourceKey NoneKey { get; }
Property Value
Rate
public float Rate { get; set; }
Property Value
ScrollViewerTransforKey
public static ComponentResourceKey ScrollViewerTransforKey { get; }
Property Value
Time
public long Time { get; set; }
Property Value
ToolBackground
public Brush ToolBackground { get; set; }
Property Value
ToolForeground
public Brush ToolForeground { get; set; }
Property Value
UseBottom
public bool UseBottom { get; set; }
Property Value
UseBottomMouseOver
public bool UseBottomMouseOver { get; set; }
Property Value
UseFullScreen
public bool UseFullScreen { get; set; }
Property Value
UseLeft
public bool UseLeft { get; set; }
Property Value
UseNext
public bool UseNext { get; set; }
Property Value
UseNextFrame
public bool UseNextFrame { get; set; }
Property Value
UseOpenFile
public bool UseOpenFile { get; set; }
Property Value
UsePlay
public bool UsePlay { get; set; }
Property Value
UsePreviourFrame
public bool UsePreviourFrame { get; set; }
Property Value
UsePrevious
public bool UsePrevious { get; set; }
Property Value
UseRight
public bool UseRight { get; set; }
Property Value
UseShotCut
public bool UseShotCut { get; set; }
Property Value
UseVolume
public bool UseVolume { get; set; }
Property Value
VedioSource
当前播放的路径
public Uri VedioSource { get; set; }
Property Value
Volume
public int Volume { get; set; }
Property Value
Methods
BeginShootCut()
public Task<string> BeginShootCut()
Returns
Clear()
public void Clear()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnShootCut(string)
protected void OnShootCut(string uri)
Parameters
uri
string
Stop()
public void Stop()
Events
ShootCut
public event RoutedEventHandler ShootCut