DpgStream Object


Description:

DPG stream flow.

Parents: DpgStreamLoop, DpgStreamPlaylist

Children: DpgVariable

DpgStream Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
CloseType

Socket close type.

Type: enum

Default: C_FIN

Possible Values:

Value Description
C_FIN

Client issues a FIN.

C_RST

Client issues a RST.

S_FIN

Server issues a FIN.

S_RST

Server issues a RST.

DataDelay

Delay in msec from the start of the stream before data is sent.

Type: u32

Default: 0

Description

Description of flow, typically filled from the saved file.

Type: string

Default: "" (empty string)

MaxPktDelay

Maximum packet delay, in msec.

Type: u32

Default: 0xffffffff

MinPktDelay

Minimum packet delay in msec.

Type: u32

Default: 0

ServerPort

Server port number for this stream.

Type: u16

Default: 3357

Range: 1 - 65535

StartTime

Number of milliseconds after starting the playlist to send a SYN for this stream (or the first packet for UDP streams).

Type: u32

Default: 0

DpgStream Read-Only Attributes

Read-Only Attribute Description
FlowFileName

File name for the flow content.

Type: inputFilePath

Default: "" (empty string)

FlowLayer

L4 layer used by flow.

Type: enum

Default: TCP

Possible Values:

Value Description
TCP

Use TCP.

UDP

Use UDP.