Show
Ignore:
Timestamp:
11/11/07 09:50:28 (16 years ago)
Author:
ppalmers
Message:

- cleanup of streaming interfaces
- doesn't work yet

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/ppalmers-streaming/src/libstreaming/util/IsoHandlerManager.cpp

    r707 r714  
    304304 
    305305    // allocate a handler for this stream 
    306     if (stream->getType()==IsoStream::EST_Receive) { 
     306    if (stream->getStreamType()==IsoStream::eST_Receive) { 
    307307        // setup the optimal parameters for the raw1394 ISO buffering 
    308308        unsigned int packets_per_period=stream->getPacketsPerPeriod(); 
     
    394394    } 
    395395 
    396     if (stream->getType()==IsoStream::EST_Transmit) { 
     396    if (stream->getStreamType()==IsoStream::eST_Transmit) { 
    397397        // setup the optimal parameters for the raw1394 ISO buffering 
    398398        unsigned int packets_per_period=stream->getPacketsPerPeriod();