MFNETSOURCE_MAXUDPACCELERATEDSTREAMINGDURATION property
Maximum duration of accelerated streaming, in milliseconds, when the network source uses UDP transport.
Data type
PROPVARIANT type (vt)
PROPVARIANT member
DWORD (stored as LONG)
VT_I4
lVal
Remarks
The constant MFNETSOURCE_MAXUDPACCELERATEDSTREAMINGDURATION defines the GUID for this property key. The property identifier (PID) is zero.
For UDP transport, this property overrides the MFNETSOURCE_ACCELERATEDSTREAMINGDURATION property if the value of this property is lower.
Applications can use this property to configure the network source. To set the property, pass an IPropertyStore pointer to the source resolver. For more information, see Configuring a Media Source.
The default value of this property is 8,000 milliseconds.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also