C# Class MediaPortal.Player.BDPlayer.EventBuffer

Show file Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
Clear ( ) : void
Get ( ) : BDEvent
Peek ( ) : BDEvent
Set ( BDEvent data ) : void
isEmpty ( ) : bool

Method Details

Clear() public method

public Clear ( ) : void
return void

Get() public method

public Get ( ) : BDEvent
return BDEvent

Peek() public method

public Peek ( ) : BDEvent
return BDEvent

Set() public method

public Set ( BDEvent data ) : void
data BDEvent
return void

isEmpty() public method

public isEmpty ( ) : bool
return bool