[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Gets or sets the duration of each backing file. Minimum value is 15 seconds.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<DescriptionAttribute("The duration of each backing file.")> _ Public Property BackingFileDuration As TimeSpan |
| C# |
|---|
[DescriptionAttribute("The duration of each backing file.")] public TimeSpan BackingFileDuration { get; set; } |
| Visual C++ |
|---|
[DescriptionAttribute(L"The duration of each backing file.")] public: property TimeSpan BackingFileDuration { TimeSpan get (); void set (TimeSpan value); } |