[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 number of backing files used to buffer the stream. Minimum value is 6, maximum 102
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<DescriptionAttribute("The number of backing files used to buffer the stream.")> _ <DefaultValueAttribute()> _ Public Property BackingFileCount As Integer |
| C# |
|---|
[DescriptionAttribute("The number of backing files used to buffer the stream.")] [DefaultValueAttribute()] public int BackingFileCount { get; set; } |
| Visual C++ |
|---|
[DescriptionAttribute(L"The number of backing files used to buffer the stream.")] [DefaultValueAttribute()] public: property int BackingFileCount { int get (); void set (int value); } |