FrameSourceCallback Class
An interface that defines callback method used with FrameSource
Not fully implemented.
- Inheritance
-
builtins.objectFrameSourceCallback
Constructor
FrameSourceCallback()
Methods
callback |
This function is called by native side when new data is requested to be written using FrameWriter |
callback
This function is called by native side when new data is requested to be written using FrameWriter
callback(frame_writer: FrameWriter) -> None
Parameters
Name | Description |
---|---|
frame_writer
Required
|
the frame writer object. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python