- Enumerator:
| AM_SAMPLE_SPLICEPOINT |
|
| AM_SAMPLE_PREROLL |
|
| AM_SAMPLE_DATADISCONTINUITY |
|
| AM_SAMPLE_TYPECHANGED |
|
| AM_SAMPLE_TIMEVALID |
|
| AM_SAMPLE_TIMEDISCONTINUITY |
|
| AM_SAMPLE_FLUSH_ON_PAUSE |
|
| AM_SAMPLE_STOPVALID |
|
| AM_SAMPLE_ENDOFSTREAM |
|
| AM_STREAM_MEDIA |
|
| AM_STREAM_CONTROL |
|
Definition at line 435 of file axcore.idl.
{
AM_SAMPLE_SPLICEPOINT = 0x01,
AM_SAMPLE_PREROLL = 0x02,
AM_SAMPLE_DATADISCONTINUITY = 0x04,
AM_SAMPLE_TYPECHANGED = 0x08,
AM_SAMPLE_TIMEVALID = 0x10,
AM_SAMPLE_TIMEDISCONTINUITY = 0x40,
AM_SAMPLE_FLUSH_ON_PAUSE = 0x80,
AM_SAMPLE_STOPVALID = 0x100,
AM_SAMPLE_ENDOFSTREAM = 0x200,
AM_STREAM_MEDIA = 0,
AM_STREAM_CONTROL = 1
};