Table of Contents

Class OgvDecoder

Namespace
Lime
Assembly
Lime.dll
public class OgvDecoder : IDisposable
Inheritance
OgvDecoder
Implements
Inherited Members

Constructors

OgvDecoder(Stream)

public OgvDecoder(Stream stream)

Parameters

stream Stream

Properties

FrameSize

public Size FrameSize { get; }

Property Value

Size

Methods

DecodeFrame()

public bool DecodeFrame()

Returns

bool

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

FillTextureAlpha(Color4[], int, int)

public void FillTextureAlpha(Color4[] pixels, int width, int height)

Parameters

pixels Color4[]
width int
height int

FillTextureRGBX8(Color4[], int, int)

public void FillTextureRGBX8(Color4[] pixels, int width, int height)

Parameters

pixels Color4[]
width int
height int

GetCurrentStreamsCount()

public static int GetCurrentStreamsCount()

Returns

int

GetPlaybackTime()

public double GetPlaybackTime()

Returns

double