Skip to content

TOnRawVideoSample

type

TOnRawVideoSample = procedure (Sender: TObject; pSampleBuffer: LongInt; SampleBufferSize: LongInt; SampleDataLength: LongInt; FormatType: TFormatType; pFormat: LongInt; pBitmapInfoHeader: LongInt; SampleStartTime: LargeInteger; SampleStopTime: LargeInteger) of object;

Type of the OnRawVideoSample event, which hands over each raw video sample together with its format and its start and stop times.