TRVMediaSourceItem

<< Click to display table of contents >>

TRVMediaSourceItem

A class of items in TRVMediaSourceCollection.

Unit [VCL and LCL] MRVSender;

Unit [FMX] fmxMRVSender;

Syntax

TRVMediaSourceItem = class(TCollectionItem)

hmtoggle_arrow1Hierarchy

Description

This class allows to define sources of video- and audio-data for sending.

It has the following properties:

Name: TRVMAnsiString

VideoSource: TRVVideoSource

AudioSource: TRVAudioSource

SourceGUID: String

SourceAudioIndex: Integer

SourceVideoIndex: Integer.

You can assign any Name to the item.

The meaning of other properties are identical to meaning of properties of TRVCamSender:

AudioSource

VideoSource

SourceGUID

SourceAudioIndex

SourceVideoIndex

Properties of TRVCamSender define the 0th media channel. Properties of the collection items define the 1st, 2nd media channels and so on.

See also:

TRVCamSender.ExtraMediaSources