javax.microedition.media.control
Interface RecordControl

All Superinterfaces:
Control

public interface RecordControl
extends Control


Method Summary
 void commit()
           
 String getContentType()
           
 void reset()
           
 void setRecordLocation(String arg1)
           
 int setRecordSizeLimit(int arg1)
           
 void setRecordStream(OutputStream arg1)
           
 void startRecord()
           
 void stopRecord()
           
 

Method Detail

setRecordStream

void setRecordStream(OutputStream arg1)

setRecordLocation

void setRecordLocation(String arg1)
                       throws IOException,
                              MediaException
Throws:
IOException
MediaException

getContentType

String getContentType()

startRecord

void startRecord()

stopRecord

void stopRecord()

commit

void commit()
            throws IOException
Throws:
IOException

setRecordSizeLimit

int setRecordSizeLimit(int arg1)
                       throws MediaException
Throws:
MediaException

reset

void reset()
           throws IOException
Throws:
IOException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.