org.mobicents.mscontrol.sdp
Interface FormatParser

All Known Implementing Classes:
AudioFormatParser, VideoFormatParser

public interface FormatParser

Author:
kulikov

Field Summary
static AVProfile AVPROFILE
           
 
Method Summary
 Format getFormat(int payload)
           
 boolean parse(String rtpmap, int[] payloads, Format[] formats, int count)
           
 void write(StringBuffer buffer, int p, Format f)
           
 

Field Detail

AVPROFILE

static final AVProfile AVPROFILE
Method Detail

getFormat

Format getFormat(int payload)

parse

boolean parse(String rtpmap,
              int[] payloads,
              Format[] formats,
              int count)

write

void write(StringBuffer buffer,
           int p,
           Format f)


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.