OWLIFT Library for Android: OwliftMic.Callback Interface Reference
OWLIFT Library for Android  1.8.0.0
Top Page
List of all members | Public Member Functions
OwliftMic.Callback Interface Reference

Public Member Functions

void recvBuffer (Buffer buf) throws OwliftException
 
void onException (Throwable t)
 

Detailed Description

An interface for callback of a MIC on terminal.

Member Function Documentation

◆ onException()

void onException ( Throwable  t)

Called when exception occur during frame buffer receiving.

Parameters
texception.

◆ recvBuffer()

void recvBuffer ( Buffer  buf) throws OwliftException

Called when received frame buffer data.

Parameters
bufframe buffer. buffered data for constant period. It can arrange sound before recording by editing this object. Passed same object with different data every calling this method.
Exceptions
OwliftException