org.mobicents.sdp
Interface RTPFormat

All Known Implementing Classes:
RTPAudioFormat, RTPVideoFormat

public interface RTPFormat

Defines payload type of the RTP packet.

Author:
kulikov

Method Summary
 Collection<javax.sdp.Attribute> encode()
          Encodes format objects to SDP attributes.
 int getPayloadType()
          Defines the RTP payload type.
 

Method Detail

getPayloadType

int getPayloadType()
Defines the RTP payload type.

Returns:
and integer payload type number.

encode

Collection<javax.sdp.Attribute> encode()
Encodes format objects to SDP attributes.

Returns:
a collection of attributes which represents this format object


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