Changeset 572 for CoolStreaming/SubStream.pas
- Timestamp:
- Jun 25, 2024, 1:37:11 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
CoolStreaming/SubStream.pas
r571 r572 1 unit USubStream; 2 3 {$mode delphi} 1 unit SubStream; 4 2 5 3 interface … … 27 25 property SourcePosition: Int64 read FSourcePosition write FSourcePosition; 28 26 end; 27 29 28 30 29 implementation
Note:
See TracChangeset
for help on using the changeset viewer.