Class MetadataSTDDescriptor

Object
com.wowza.wms.transport.mpeg2.Descriptor
com.wowza.wms.transport.mpeg2.MetadataSTDDescriptor

public class MetadataSTDDescriptor extends Descriptor
  • Field Details

    • metadataInputLeakRate

      public int metadataInputLeakRate
    • metadataBufferSize

      public int metadataBufferSize
    • metadataOutputLeakRate

      public int metadataOutputLeakRate
  • Constructor Details

    • MetadataSTDDescriptor

      public MetadataSTDDescriptor()
    • MetadataSTDDescriptor

      public MetadataSTDDescriptor(ByteBuffer descriptorData)
  • Method Details

    • decodeDescriptorData

      public void decodeDescriptorData(ByteBuffer descriptorData)
      Description copied from class: Descriptor
      Decode descriptor data.
      Overrides:
      decodeDescriptorData in class Descriptor
      Parameters:
      descriptorData - the descriptor data
    • binarySize

      public int binarySize()
      Description copied from class: Descriptor
      How big is the descriptor in binary.
      Overrides:
      binarySize in class Descriptor
      Returns:
      the total size of the descriptor in binary form, includes tag and length fields
    • toString

      public String toString()
      Overrides:
      toString in class Descriptor