Changeset 323 for trunk/Packages/CoolStreaming/SubStream.pas
- Timestamp:
- Jun 25, 2024, 1:34:07 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CoolStreaming/SubStream.pas
r322 r323 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.