TypeScript API Documentation for GSTREAMER VIDEO
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.9
Since 1.6
Given the nominal duration of one video frame, this function will check some standard framerates for a close match (within 0.1%) and return one if possible,
It will calculate an arbitrary framerate if no close match was found, and return false.
false
It returns false if a duration of 0 is passed.
Nominal duration of one frame
true if a close "standard" framerate was recognised, and false otherwise.
true
1.6
Given the nominal duration of one video frame, this function will check some standard framerates for a close match (within 0.1%) and return one if possible,
It will calculate an arbitrary framerate if no close match was found, and return
false.It returns
falseif a duration of 0 is passed.