TRVCamSender.VideoSendType

<< Click to display table of contents >>

TRVCamSender.VideoSendType

Specifies how video is sent.

type
  TRVMVideoSendType = (rvmvstImageStream, rvmvstVideoStream);
property VideoSendType : TRVMVideoSendType;

Value

Meaning

rvmvstImageStream

Frames are sent separately. A connection is established for sending each frame. Several frames can be sent in parallel.

rvmvstVideoStream

Frames are sent in a single connection. This connection is closed only when video is finished.

Recommended for slow processors.

This property is used when a sender is connected to a receiver. Otherwise, a permanent connection is always established.

Default value:

rvmvstImageStream