Class MFByteStreamBufferingParams
Inheritance
System.Object
MFByteStreamBufferingParams
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("MFBYTESTREAM_BUFFERING_PARAMS")]
public class MFByteStreamBufferingParams
Constructors
MFByteStreamBufferingParams()
Declaration
public MFByteStreamBufferingParams()
Fields
cbPlayableDataSize
Declaration
public long cbPlayableDataSize
Field Value
System.Int64
|
cbTotalFileSize
Declaration
public long cbTotalFileSize
Field Value
System.Int64
|
cBuckets
Declaration
public int cBuckets
Field Value
System.Int32
|
dRate
Declaration
public float dRate
Field Value
System.Single
|
prgBuckets
qwExtraBufferingTimeDuringSeek
Declaration
public long qwExtraBufferingTimeDuringSeek
Field Value
System.Int64
|
qwNetBufferingTime
Declaration
public long qwNetBufferingTime
Field Value
System.Int64
|
qwPlayDuration
Declaration
public long qwPlayDuration
Field Value
System.Int64
|