Table of Contents

Class BufferPlayEntityBase

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll

缓冲任务抽象基类

public abstract class BufferPlayEntityBase : IBufferPlayEntity
Inheritance
BufferPlayEntityBase
Implements
Inherited Members
Extension Methods

Properties

IsLoaded

执行状态 1=正在执行 2=执行完成 0=未执行 -1=执行错误

public int IsLoaded { get; set; }

Property Value

int

Methods

DoStart()

public abstract void DoStart()

Start()

开始任务

public void Start()