unreal.NDIMediaReceiverPerformanceData¶
- class unreal.NDIMediaReceiverPerformanceData(video_frames: int = 0, dropped_video_frames: int = 0, audio_frames: int = 0, dropped_audio_frames: int = 0, metadata_frames: int = 0, dropped_metadata_frames: int = 0)¶
Bases:
StructBaseNDI receiver’s performance statistics on number of frames received and dropped.
C++ Source:
Plugin: NDIMedia
Module: NDIMedia
File: NDIMediaReceiverPerformanceData.h
Editor Properties: (see get_editor_property/set_editor_property)
audio_frames(int64): [Read-Only] The number of audio frames receiveddropped_audio_frames(int64): [Read-Only] The number of audio frames droppeddropped_metadata_frames(int64): [Read-Only] The number of metadata frames droppeddropped_video_frames(int64): [Read-Only] The number of video frames droppedmetadata_frames(int64): [Read-Only] The number of metadata frames receivedvideo_frames(int64): [Read-Only] The number of video frames received