creates TCR decoder stream for stream
| 3464 | |
| 3465 | /// creates TCR decoder stream for stream |
| 3466 | LVStreamRef LVCreateTCRDecoderStream( LVStreamRef stream ) |
| 3467 | { |
| 3468 | return LVTCRStream::create( stream, LVOM_READ ); |
| 3469 | } |
| 3470 | |
| 3471 | /// returns path part of pathname (appended with / or \ delimiter) |
| 3472 | lString16 LVExtractPath( lString16 pathName, bool appendEmptyPath ) |