com.coremedia.iso.boxes.rtp
Class RtpMovieHintInformationBox

java.lang.Object
  extended by com.coremedia.iso.boxes.AbstractBox
      extended by com.coremedia.iso.boxes.rtp.RtpMovieHintInformationBox
All Implemented Interfaces:
Box

public class RtpMovieHintInformationBox
extends AbstractBox


Field Summary
static String TYPE
           
 
Fields inherited from class com.coremedia.iso.boxes.AbstractBox
offset, parsed
 
Constructor Summary
RtpMovieHintInformationBox()
           
 
Method Summary
protected  void getContent(IsoOutputStream isos)
          Writes the box's content into the given IsoOutputStream.
protected  long getContentSize()
          Gets the box's content size without header size.
 String getDescriptionFormat()
           
 String getDisplayName()
          Returns the human readable name of the box.
 String getSdpText()
           
 void parse(IsoBufferWrapper in, long size, BoxParser boxParser, Box lastMovieFragmentBox)
          Pareses the given IsoBufferWrapper and returns the remaining bytes.
 void setDescriptionFormat(String descriptionFormat)
           
 void setSdpText(String sdpText)
           
 String toString()
           
 
Methods inherited from class com.coremedia.iso.boxes.AbstractBox
addWriteListener, calculateOffset, getBox, getDeadBytes, getHeader, getHeaderSize, getIsoFile, getOffset, getParent, getSize, getType, getUserType, isParsed, setDeadBytes, setParent, setParsed, setUserType, utf8StringLengthInBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

RtpMovieHintInformationBox

public RtpMovieHintInformationBox()
Method Detail

getDescriptionFormat

public String getDescriptionFormat()

getSdpText

public String getSdpText()

setDescriptionFormat

public void setDescriptionFormat(String descriptionFormat)

setSdpText

public void setSdpText(String sdpText)

getDisplayName

public String getDisplayName()
Description copied from class: AbstractBox
Returns the human readable name of the box.

Specified by:
getDisplayName in class AbstractBox
Returns:
a display string

getContentSize

protected long getContentSize()
Description copied from class: AbstractBox
Gets the box's content size without header size.

Specified by:
getContentSize in class AbstractBox
Returns:
Gets the box's content size in bytes

parse

public void parse(IsoBufferWrapper in,
                  long size,
                  BoxParser boxParser,
                  Box lastMovieFragmentBox)
           throws IOException
Description copied from class: AbstractBox
Pareses the given IsoBufferWrapper and returns the remaining bytes.

Specified by:
parse in class AbstractBox
Parameters:
in - the (part of the) iso file to parse
size - expected size of the box
boxParser - creates inner boxes
lastMovieFragmentBox - latest of previously found moof boxes
Throws:
IOException - in case of an I/O error.

getContent

protected void getContent(IsoOutputStream isos)
                   throws IOException
Description copied from class: AbstractBox
Writes the box's content into the given IsoOutputStream. This MUST NOT include any header bytes.

Specified by:
getContent in class AbstractBox
Parameters:
isos - the box's content-sink.
Throws:
IOException - in case of an exception in the underlying OutputStream.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.