unreal.RivermaxMediaSource¶
- class unreal.RivermaxMediaSource(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
CaptureCardMediaSourceMedia source for Rivermax streams.
C++ Source:
Plugin: RivermaxMedia
Module: RivermaxMedia
File: RivermaxMediaSource.h
Editor Properties: (see get_editor_property/set_editor_property)
anc_streams(Array[RivermaxAncStream]): [Read-Write] ANC (ST 2110-40) input streams. Add entries to receive ancillary data.color_conversion_settings(OpenColorIOColorConversionSettings): [Read-Write] OpenColorIO transform settings used for applying a color conversion override to the incoming source.deinterlacer(VideoDeinterlacer): [Read-Write] How interlaced video should be treated.evaluation_type(MediaIOSampleEvaluationType): [Read-Write] Sample evaluation type.frame_delay(int32): [Read-Write] When using Time Synchronization, how many frame back should it read. Capped at 4 frames due to the potential issues with buffer sizes. Framelocked modes don’t support this feature.framelock(bool): [Read-Write] Should wait for some time until requested frame arrives? Requires JIT rendering.interlace_field_order(MediaIOInterlaceFieldOrder): [Read-Write] The order in which interlace fields should be copied.is_override_source_color_space(bool): [Read-Write] deprecated: This property is deprecated. Please use SourceColorSettings instead.is_override_source_encoding(bool): [Read-Write] deprecated: This property is deprecated. Please use SourceColorSettings instead.override_source_color_space(TextureColorSpace): [Read-Write] deprecated: This property is deprecated. Please use SourceColorSettings instead.override_source_encoding(MediaIOCoreSourceEncoding): [Read-Write] deprecated: This property is deprecated. Please use SourceColorSettings instead.platform_player_names(Map[str, Name]): [Read-Write] Override native media player plug-ins per platform (Empty = find one automatically).render_jit(bool): [Read-Write] Should use JITR technique? It enables late sample picking for render.source_color_settings(MediaSourceColorSettings): [Read-Write] Manual definition of media source color space & encoding.time_delay(double): [Read-Write] When not using Time Synchronization, how far back it time should it read.use_time_synchronization(bool): [Read-Write] Synchronize the media with the engine’s timecode. The media player has be able to read timecode. The media player will try to play the corresponding frame, base on the frame’s timecode value.video_stream(RivermaxVideoStream): [Read-Write] Video input stream properties.
- property anc_streams: None¶
[Read-Write] ANC (ST 2110-40) input streams. Add entries to receive ancillary data.
- Type:
- property video_stream: RivermaxVideoStream¶
[Read-Write] Video input stream properties.
- Type: