KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > media > control > RecordControl

javax.microedition.media.control
Interface RecordControl

All Superinterfaces:
Control
See Also:
Player

public void commit()
            throws java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String getContentType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void reset()
           throws java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRecordLocation(java.lang.String locator)
                       throws java.io.IOException,
                              MediaException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int setRecordSizeLimit(int size)
                       throws MediaException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRecordStream(java.io.OutputStream stream)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void startRecord()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void stopRecord()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags