comparison loader/dshow/cmediasample.h @ 3467:e3bbf44dbab2

avifile sync
author arpi
date Tue, 11 Dec 2001 23:29:24 +0000
parents 623cdb771e97
children 2c8cdb9123b8
comparison
equal deleted inserted replaced
3466:b6caac381405 3467:e3bbf44dbab2
14 int actual_size; 14 int actual_size;
15 char* block; 15 char* block;
16 char* own_block; 16 char* own_block;
17 int isPreroll; 17 int isPreroll;
18 int isSyncPoint; 18 int isSyncPoint;
19 int isDiscontinuity;
20 LONGLONG time_start;
21 LONGLONG time_end;
19 AM_MEDIA_TYPE media_type; 22 AM_MEDIA_TYPE media_type;
20 int type_valid; 23 int type_valid;
21 void ( *SetPointer) (CMediaSample* This,char* pointer); 24 void ( *SetPointer) (CMediaSample* This, char* pointer);
22 void ( *ResetPointer) (CMediaSample* This); // FIXME replace with Set & 0 25 void ( *ResetPointer) (CMediaSample* This); // FIXME replace with Set & 0
23 }; 26 };
24 27
25 CMediaSample* CMediaSampleCreate(IMemAllocator* allocator, int _size); 28 CMediaSample* CMediaSampleCreate(IMemAllocator* allocator, int _size);
26 // called from allocator 29 // called from allocator