MediaGraphFileSink Class
Enables a media graph to write/store media (video and audio) to a file on the Edge device.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.media.analyticsedge._generated.models._models_py3.MediaGraphSinkMediaGraphFileSink
Constructor
MediaGraphFileSink(*, name: str, inputs: List[azure.media.analyticsedge._generated.models._models_py3.MediaGraphNodeInput], base_directory_path: str, file_name_pattern: str, maximum_size_mi_b: str, **kwargs)
Parameters
- inputs
- list[<xref:azure.media.analyticsedge.models.MediaGraphNodeInput>]
Required. An array of the names of the other nodes in the media graph, the outputs of which are used as input for this sink node.
- base_directory_path
- str
Required. Absolute directory for all outputs to the Edge device from this sink.
- file_name_pattern
- str
Required. File name pattern for creating new files on the Edge device. The pattern must include at least one system variable. See the documentation for available variables and additional examples.
- maximum_size_mi_b
- str
Required. Maximum amount of disk space that can be used for storing files from this sink.
Feedback
Submit and view feedback for