 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
Configure the
Processor as follows.
|
|
|
• |
Set
ContentDesriptor
|
|
|
|
Ø |
ContentDescriptor
cd = new
|
|
|
|
ContentDescriptor(ContentDescriptor.RAW);
|
|
|
|
Ø |
processor.setContentDescriptor(cd);
|
|
|
• |
set track
format as a RTP format
|
|
|
|
Ø |
opformat
= new VideoFormat(VideoFormat.H263_RTP);
|
|
|
Ø |
(track[i]
).setFormat( opFormat );
|
|
|
• |
Get processor
output DataSource.
|
|
|
|
Ø |
output = processor.getDataOutput();
|
|