Name | Description |
---|---|
stat::context.open_time_msec | time to initialize a file or a stream before decoding |
stat::path | a path to a file or a stream |
stat::buffer.audio | duration of currently buffered audio data |
stat::buffer_details.audio | a detailed description of audio buffer (index of a buffered segment etc) |
stat::kbps_avg_audio | an average bitrate of a decoded audio in kb/s |
stat::kbps_avg | an average bitrate of a decoded stream (both video and audio) in kb/s |
stat::buffer.video | a duration of currently buffered video data |
stat::buffer_details.video | a detailed description of video buffer (index of a buffered segment etc) |
stat::kbps_avg_video | an average bitrate of a decoded video in kb/s |
stat::v_read | time to read video data (average time to read video data, maximal FPS available for reading, minimal and maximal intervals for reading the data) |
stat::v_decode |
information about decoding video data (average time to decode video data, maximal FPS available for reading, minimal and maximal intervals for decoding the data, etc.) For example: |
stat::v_format | pixel format of the input video |
stat::v_convert | performance of frame conversion (average interval, max, and min values) |
stat::v_total | the total timing for video processing (read, decode, and convert together) |
stat::a_read | time to read audio data (average time to read the data, maximal FPS available for reading, minimal and maximal intervals for reading the data) |
stat::a_pts_sync | an interval to synchronize audio with the current frame in msec |
stat::a_start | a start time of the currently decoded audio segment |
stat::a_len | a duration of currently buffered audio data |
stat::a_total | the total time to process audio data |
stat::a_removed | amount of removed audio data (when a buffer starts BEFORE a frame time) |
stat::frame_get | time to get a frame from the object (average, min, and max intervals) |
stat::buffer.frames | amount of buffered frames |
All above statistics can be reached from MFile object by using file:: prefix in MPlatform SDK.