HttpMJpegServerDequeueFromContext Method |
Deques an item from a specific context.
Namespace: StreamCoders.MotionJpegAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MediaBuffer<byte> DequeueFromContext(
string guid
)
Public Function DequeueFromContext (
guid As String
) As MediaBuffer(Of Byte)
public:
MediaBuffer<unsigned char>^ DequeueFromContext(
String^ guid
)
member DequeueFromContext :
guid : string -> MediaBuffer<byte>
Parameters
- guid
- Type: SystemString
Uniqued Id of Context
Return Value
Type:
MediaBufferByteReturns the dequed item. If the queue is empty, the function returns null.
See Also