LMNetMux.LiveSource Property

Visual Basic example

Syntax

object.LiveSource As Boolean

Remarks

Gets or sets a value that indicates whether the media source is treated as a live source. Possible values are:

Value

Meaning

TRUE

The source is treated as a live source. Dropping samples is allowed if the output is lagging behind the source.

FALSE

The source is not live. The multiplexer A module that combines audio and video into one file. will buffer more samples to keep up with the source.

See Also

Elements:

LMNetMux.BitRate property, LMNetMux.BitRateLimit property, LMNetMux.WriteMessage method

Topics:

Multimedia Properties, Methods and Events, Video Streaming Module Properties, Methods and Events, DVD Module Properties, Methods and Events