v_hdmirx
Xilinx SDK Drivers API Documentation
XV_HdmiRx_Stream Struct Reference

This typedef contains HDMI RX stream specific data structure. More...

Data Fields

XVidC_VideoStream Video
 Video stream for HDMI RX. More...
 
XV_HdmiRx_AudioStream Audio
 Audio stream. More...
 
u8 Vic
 Video Identification code flag. More...
 
u8 IsHdmi
 HDMI flag. More...
 
u32 PixelClk
 Pixel Clock. More...
 
u32 RefClk
 Reference Clock. More...
 
u8 IsScrambled
 Scrambler flag 1 - scrambled data , 0 - non scrambled data. More...
 
XV_HdmiRx_State State
 State. More...
 
u8 IsConnected
 Connected flag. More...
 

Detailed Description

This typedef contains HDMI RX stream specific data structure.

Field Documentation

◆ Audio

XV_HdmiRx_AudioStream XV_HdmiRx_Stream::Audio

Audio stream.

Referenced by XV_HdmiRx_Clear().

◆ IsConnected

u8 XV_HdmiRx_Stream::IsConnected

Connected flag.

This flag is set when the cable is connected

Referenced by XV_HdmiRx_IsStreamConnected().

◆ IsHdmi

u8 XV_HdmiRx_Stream::IsHdmi

HDMI flag.

1 - HDMI Stream, 0 - DVI Stream

Referenced by XV_HdmiRx_Clear().

◆ IsScrambled

u8 XV_HdmiRx_Stream::IsScrambled

Scrambler flag 1 - scrambled data , 0 - non scrambled data.

Referenced by XV_HdmiRx_IsStreamScrambled().

◆ PixelClk

u32 XV_HdmiRx_Stream::PixelClk

Pixel Clock.

Referenced by XV_HdmiRx_GetVideoTiming().

◆ RefClk

u32 XV_HdmiRx_Stream::RefClk

Reference Clock.

Referenced by XV_HdmiRx_SetStream().

◆ State

XV_HdmiRx_State XV_HdmiRx_Stream::State

State.

Referenced by XV_HdmiRx_Clear(), and XV_HdmiRx_IsStreamUp().

◆ Vic

u8 XV_HdmiRx_Stream::Vic

Video Identification code flag.

Referenced by XV_HdmiRx_Clear(), XV_HdmiRx_GetVideoProperties(), and XV_HdmiRx_GetVideoTiming().

◆ Video