rtspserver
Class RtpFileTypeInfo


class RtpFileTypeInfo

Basic structure for one codec entry.


Field Summary
 unsigned intAuFileFormat
          encoding tag in .au-file, 0x0000 if format tag doesn't exists
 intbytewidth
          bytewidth - used in libSnd
 intintervalMs
          frame interval in milliseconds
 stringname
          codec name - used in rtpmap
 intpacketSize
          packetSize in bytes
 intpayloadType
          rtp payload type
 intsamples
          rtp time interval
 unsigned intWavFileFormat
          encoding tag in .wav-file, 0x0000 if format tag doesn't exists

Field Detail

AuFileFormat

public unsigned int AuFileFormat
encoding tag in .au-file, 0x0000 if format tag doesn't exists

bytewidth

public int bytewidth
bytewidth - used in libSnd

intervalMs

public int intervalMs
frame interval in milliseconds

name

public string name
codec name - used in rtpmap

packetSize

public int packetSize
packetSize in bytes

payloadType

public int payloadType
rtp payload type

samples

public int samples
rtp time interval

WavFileFormat

public unsigned int WavFileFormat
encoding tag in .wav-file, 0x0000 if format tag doesn't exists