SmartJitterBufferTOutputQueue Property |
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public BlockingCollection<RtpFrame> OutputQueue { get; }
Public ReadOnly Property OutputQueue As BlockingCollection(Of RtpFrame)
Get
public:
property BlockingCollection<RtpFrame^>^ OutputQueue {
BlockingCollection<RtpFrame^>^ get ();
}
member OutputQueue : BlockingCollection<RtpFrame> with get
Property Value
Type:
BlockingCollectionRtpFrameSee Also