ReactOS 0.4.15-dev-7998-gdb93cb1
SourceSeeking Struct Reference

#include <strmbase.h>

Collaboration diagram for SourceSeeking:

Public Attributes

IMediaSeeking IMediaSeeking_iface
 
ULONG refCount
 
SourceSeeking_ChangeStop fnChangeStop
 
SourceSeeking_ChangeStart fnChangeStart
 
SourceSeeking_ChangeRate fnChangeRate
 
DWORD dwCapabilities
 
double dRate
 
LONGLONG llCurrent
 
LONGLONG llStop
 
LONGLONG llDuration
 
GUID timeformat
 
PCRITICAL_SECTION crst
 

Detailed Description

Definition at line 274 of file strmbase.h.

Member Data Documentation

◆ crst

PCRITICAL_SECTION SourceSeeking::crst

Definition at line 286 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ dRate

double SourceSeeking::dRate

Definition at line 283 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ dwCapabilities

DWORD SourceSeeking::dwCapabilities

Definition at line 282 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ fnChangeRate

SourceSeeking_ChangeRate SourceSeeking::fnChangeRate

Definition at line 281 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ fnChangeStart

SourceSeeking_ChangeStart SourceSeeking::fnChangeStart

Definition at line 280 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ fnChangeStop

SourceSeeking_ChangeStop SourceSeeking::fnChangeStop

Definition at line 279 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ IMediaSeeking_iface

IMediaSeeking SourceSeeking::IMediaSeeking_iface

Definition at line 276 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ llCurrent

LONGLONG SourceSeeking::llCurrent

Definition at line 284 of file strmbase.h.

Referenced by SourceSeeking_Init(), and WAVEParser_InputPin_PreConnect().

◆ llDuration

LONGLONG SourceSeeking::llDuration

Definition at line 284 of file strmbase.h.

Referenced by SourceSeeking_Init(), and WAVEParser_InputPin_PreConnect().

◆ llStop

LONGLONG SourceSeeking::llStop

Definition at line 284 of file strmbase.h.

Referenced by SourceSeeking_Init(), and WAVEParser_InputPin_PreConnect().

◆ refCount

ULONG SourceSeeking::refCount

Definition at line 278 of file strmbase.h.

Referenced by SourceSeeking_Init().

◆ timeformat

GUID SourceSeeking::timeformat

Definition at line 285 of file strmbase.h.

Referenced by SourceSeeking_Init().


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