mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 07:48:34 +00:00
[PSDK]
- Add KS_DATARANGE_BDA_TRANSPORT Type - Fix build svn path=/trunk/; revision=46880
This commit is contained in:
parent
8b9a3d51b9
commit
1aa1aee11c
1 changed files with 14 additions and 0 deletions
|
@ -317,6 +317,20 @@ typedef enum {
|
||||||
}KSPROPERTY_BDA_SIGNAL_STATS;
|
}KSPROPERTY_BDA_SIGNAL_STATS;
|
||||||
|
|
||||||
|
|
||||||
|
typedef struct tagBDA_TRANSPORT_INFO {
|
||||||
|
ULONG ulcbPhyiscalPacket;
|
||||||
|
ULONG ulcbPhyiscalFrame;
|
||||||
|
ULONG ulcbPhyiscalFrameAlignment;
|
||||||
|
REFERENCE_TIME AvgTimePerFrame;
|
||||||
|
|
||||||
|
} BDA_TRANSPORT_INFO, *PBDA_TRANSPORT_INFO;
|
||||||
|
|
||||||
|
typedef struct tagKS_DATARANGE_BDA_TRANSPORT
|
||||||
|
{
|
||||||
|
KSDATARANGE DataRange;
|
||||||
|
BDA_TRANSPORT_INFO BdaTransportInfo;
|
||||||
|
} KS_DATARANGE_BDA_TRANSPORT, *PKS_DATARANGE_BDA_TRANSPORT;
|
||||||
|
|
||||||
/* ------------------------------------------------------------
|
/* ------------------------------------------------------------
|
||||||
BDA Stream Format GUIDs
|
BDA Stream Format GUIDs
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue