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