Uses of Interface
broadcast.SiGMLSegmentSynchAcceptor

Packages that use SiGMLSegmentSynchAcceptor
broadcast This package contains classes implementing the generation and synchronized dispatch of SiGML sequences over UDP to accompany a broadcast TV transmission. 
sigmlinlib This package defines the classes that define the main SiGML Input Library API, including the provision of a networked SiGML signing data input service using TCP/IP and UDP server sockets, suitable for use by an avatar based SiGML animation module. 
 

Uses of SiGMLSegmentSynchAcceptor in broadcast
 

Constructors in broadcast with parameters of type SiGMLSegmentSynchAcceptor
SiGMLSegmentSynchDelivery(SiGMLSegmentSynchAcceptor sssa, Logging lggr)
           
SiGMLSegmentSynchDelivery(SiGMLSegmentSynchAcceptor sssa, Logging lggr, int bsbaseport)
           
 

Uses of SiGMLSegmentSynchAcceptor in sigmlinlib
 

Classes in sigmlinlib that implement SiGMLSegmentSynchAcceptor
 class BroadcastSiGMLInputService
          Input service for Broadcast SiGML: it accepts synchronized delivery of a stream of SiGML segments on a specified UDP port, and passes these segments on to a given StringStreamHandler.