MseSourceBuffer.Mode 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 and sets how the MseSourceBuffer object appends a buffer.
public:
property MseAppendMode Mode { MseAppendMode get(); void set(MseAppendMode value); };
MseAppendMode Mode();
void Mode(MseAppendMode value);
public MseAppendMode Mode { get; set; }
var mseAppendMode = mseSourceBuffer.mode;
mseSourceBuffer.mode = mseAppendMode;
Public Property Mode As MseAppendMode
Property Value
A MseAppendMode-typed value that specifies how MseSourceBuffer appends a buffer.