Skip to main content

CustomMediaBackendFrameBuffer Class

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Controls.MediaPlayer.Abstractions
Package:Avalonia.Controls.MediaPlayer.Abstractions
public class CustomMediaBackendFrameBuffer

Inheritance: object -> CustomMediaBackendFrameBuffer

Implements: IDisposable

Methods

NameDescription
DisposeNo summary available.
LockNo summary available.
PresentNo summary available.

Dispose Method

public void Dispose()

Lock Method

public Avalonia.Platform.ILockedFramebuffer Lock()

Returns

Avalonia.Platform.ILockedFramebuffer

Present Method

public System.Threading.Tasks.Task<Avalonia.Media.CustomMediaBackendFrameBuffer.PresentationResult> Present()

Returns

System.Threading.Tasks.Task<Avalonia.Media.CustomMediaBackendFrameBuffer.PresentationResult>