Table of Contents

Class VlcPlayer

Namespace
HeBianGu.Control.Vlc
Assembly
HeBianGu.Control.Vlc.dll
[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

DependencyProperty

IsPlayingProperty

public static readonly DependencyProperty IsPlayingProperty

Field Value

DependencyProperty

RateProperty

public static readonly DependencyProperty RateProperty

Field Value

DependencyProperty

ShootCutRoutedEvent

public static readonly RoutedEvent ShootCutRoutedEvent

Field Value

RoutedEvent

TimeProperty

public static readonly DependencyProperty TimeProperty

Field Value

DependencyProperty

ToolBackgroundProperty

public static readonly DependencyProperty ToolBackgroundProperty

Field Value

DependencyProperty

ToolForegroundProperty

public static readonly DependencyProperty ToolForegroundProperty

Field Value

DependencyProperty

UseBottomMouseOverProperty

public static readonly DependencyProperty UseBottomMouseOverProperty

Field Value

DependencyProperty

UseBottomProperty

public static readonly DependencyProperty UseBottomProperty

Field Value

DependencyProperty

UseFullScreenProperty

public static readonly DependencyProperty UseFullScreenProperty

Field Value

DependencyProperty

UseLeftProperty

public static readonly DependencyProperty UseLeftProperty

Field Value

DependencyProperty

UseNextFrameProperty

public static readonly DependencyProperty UseNextFrameProperty

Field Value

DependencyProperty

UseNextProperty

public static readonly DependencyProperty UseNextProperty

Field Value

DependencyProperty

UseOpenFileProperty

public static readonly DependencyProperty UseOpenFileProperty

Field Value

DependencyProperty

UsePlayProperty

public static readonly DependencyProperty UsePlayProperty

Field Value

DependencyProperty

UsePreviourFrameProperty

public static readonly DependencyProperty UsePreviourFrameProperty

Field Value

DependencyProperty

UsePreviousProperty

public static readonly DependencyProperty UsePreviousProperty

Field Value

DependencyProperty

UseRightProperty

public static readonly DependencyProperty UseRightProperty

Field Value

DependencyProperty

UseShotCutProperty

public static readonly DependencyProperty UseShotCutProperty

Field Value

DependencyProperty

UseVolumeProperty

public static readonly DependencyProperty UseVolumeProperty

Field Value

DependencyProperty

VedioSourceProperty

public static readonly DependencyProperty VedioSourceProperty

Field Value

DependencyProperty

VolumeProperty

public static readonly DependencyProperty VolumeProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

IsFullScreen

public bool IsFullScreen { get; set; }

Property Value

bool

IsPlaying

public bool IsPlaying { get; set; }

Property Value

bool

MouseOverKey

public static ComponentResourceKey MouseOverKey { get; }

Property Value

ComponentResourceKey

NoneKey

public static ComponentResourceKey NoneKey { get; }

Property Value

ComponentResourceKey

Rate

public float Rate { get; set; }

Property Value

float

ScrollViewerTransforKey

public static ComponentResourceKey ScrollViewerTransforKey { get; }

Property Value

ComponentResourceKey

Time

public long Time { get; set; }

Property Value

long

ToolBackground

public Brush ToolBackground { get; set; }

Property Value

Brush

ToolForeground

public Brush ToolForeground { get; set; }

Property Value

Brush

UseBottom

public bool UseBottom { get; set; }

Property Value

bool

UseBottomMouseOver

public bool UseBottomMouseOver { get; set; }

Property Value

bool

UseFullScreen

public bool UseFullScreen { get; set; }

Property Value

bool

UseLeft

public bool UseLeft { get; set; }

Property Value

bool

UseNext

public bool UseNext { get; set; }

Property Value

bool

UseNextFrame

public bool UseNextFrame { get; set; }

Property Value

bool

UseOpenFile

public bool UseOpenFile { get; set; }

Property Value

bool

UsePlay

public bool UsePlay { get; set; }

Property Value

bool

UsePreviourFrame

public bool UsePreviourFrame { get; set; }

Property Value

bool

UsePrevious

public bool UsePrevious { get; set; }

Property Value

bool

UseRight

public bool UseRight { get; set; }

Property Value

bool

UseShotCut

public bool UseShotCut { get; set; }

Property Value

bool

UseVolume

public bool UseVolume { get; set; }

Property Value

bool

VedioSource

当前播放的路径

public Uri VedioSource { get; set; }

Property Value

Uri

Volume

public int Volume { get; set; }

Property Value

int

Methods

BeginShootCut()

public Task<string> BeginShootCut()

Returns

Task<string>

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

Event Type

RoutedEventHandler