MseSourceBuffer.Buffered Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets how the MseSourceBuffer object is buffered.
public:
property IVectorView<MseTimeRange> ^ Buffered { IVectorView<MseTimeRange> ^ get(); };
IVectorView<MseTimeRange> Buffered();
public IReadOnlyList<MseTimeRange> Buffered { get; }
var iVectorView = mseSourceBuffer.buffered;
Public ReadOnly Property Buffered As IReadOnlyList(Of MseTimeRange)
Property Value
The buffered value in terms of a MseTimeRange.