Table of Contents

Interface IStreamHandler

public interface IStreamHandler
Extension Methods

Properties

OnProgressEnabled

bool OnProgressEnabled { get; }

Property Value

bool

Methods

FinishStreaming()

void FinishStreaming()

OnError(string)

void OnError(string error)

Parameters

error string

OnProgress(float)

void OnProgress(float progress)

Parameters

progress float

StartStreaming()

void StartStreaming()