Table of Contents

Interface IDataLine

Namespace
Javax.Sound.Sampled
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDataLine : ILine, IAutoCloseable
Inherited Members

Properties

BufferSize

int BufferSize { get; }

Property Value

int

Format

AudioFormat Format { get; }

Property Value

AudioFormat

FramePosition

int FramePosition { get; }

Property Value

int

Level

float Level { get; }

Property Value

float

LongFramePosition

long LongFramePosition { get; }

Property Value

long

MicrosecondPosition

long MicrosecondPosition { get; }

Property Value

long

Methods

Available()

int Available()

Returns

int

int

Drain()

void Drain()

Flush()

void Flush()

IsActive()

bool IsActive()

Returns

bool

bool

IsRunning()

bool IsRunning()

Returns

bool

bool

Start()

void Start()

Stop()

void Stop()