ReactOS 0.4.15-dev-7958-gcd0bb1a
Parser_OutputPin Struct Reference

#include <parser.h>

Collaboration diagram for Parser_OutputPin:

Public Attributes

BaseOutputPin pin
 
AM_MEDIA_TYPEpmt
 
LONGLONG dwSamplesProcessed
 
ALLOCATOR_PROPERTIES allocProps
 
IMemAllocatoralloc
 
BOOL readonly
 

Detailed Description

Definition at line 44 of file parser.h.

Member Data Documentation

◆ alloc

IMemAllocator* Parser_OutputPin::alloc

Definition at line 52 of file parser.h.

◆ allocProps

ALLOCATOR_PROPERTIES Parser_OutputPin::allocProps

Definition at line 50 of file parser.h.

◆ dwSamplesProcessed

LONGLONG Parser_OutputPin::dwSamplesProcessed

Definition at line 49 of file parser.h.

Referenced by WAVEParser_first_request(), WAVEParser_Sample(), and WAVEParserImpl_seek().

◆ pin

BaseOutputPin Parser_OutputPin::pin

Definition at line 46 of file parser.h.

Referenced by FillBuffer(), and WAVEParser_Sample().

◆ pmt

AM_MEDIA_TYPE* Parser_OutputPin::pmt

Definition at line 48 of file parser.h.

◆ readonly

BOOL Parser_OutputPin::readonly

Definition at line 53 of file parser.h.


The documentation for this struct was generated from the following file: