Struct MF_SINK_WRITER_STATISTICS
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: MediaFoundation.ReadWrite
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("MF_SINK_WRITER_STATISTICS")]
public struct MF_SINK_WRITER_STATISTICS
Fields
cb
Declaration
public int cb
Field Value
System.Int32
|
dwAverageSampleRateEncoded
Declaration
public int dwAverageSampleRateEncoded
Field Value
System.Int32
|
dwAverageSampleRateProcessed
Declaration
public int dwAverageSampleRateProcessed
Field Value
System.Int32
|
dwAverageSampleRateReceived
Declaration
public int dwAverageSampleRateReceived
Field Value
System.Int32
|
dwByteCountQueued
Declaration
public int dwByteCountQueued
Field Value
System.Int32
|
dwNumOutstandingSinkSampleRequests
Declaration
public int dwNumOutstandingSinkSampleRequests
Field Value
System.Int32
|
llLastSinkSampleRequest
Declaration
public long llLastSinkSampleRequest
Field Value
System.Int64
|
llLastStreamTickReceived
Declaration
public long llLastStreamTickReceived
Field Value
System.Int64
|
llLastTimestampEncoded
Declaration
public long llLastTimestampEncoded
Field Value
System.Int64
|
llLastTimestampProcessed
Declaration
public long llLastTimestampProcessed
Field Value
System.Int64
|
llLastTimestampReceived
Declaration
public long llLastTimestampReceived
Field Value
System.Int64
|
qwByteCountProcessed
Declaration
public long qwByteCountProcessed
Field Value
System.Int64
|
qwNumSamplesEncoded
Declaration
public long qwNumSamplesEncoded
Field Value
System.Int64
|
qwNumSamplesProcessed
Declaration
public long qwNumSamplesProcessed
Field Value
System.Int64
|
qwNumSamplesReceived
Declaration
public long qwNumSamplesReceived
Field Value
System.Int64
|
qwNumStreamTicksReceived
Declaration
public long qwNumStreamTicksReceived
Field Value
System.Int64
|