Post not yet marked as solved
Post marked as unsolved with 0 replies, 433 views
Hi,
I am wondering whether I can set kVTVideoEncoderSpecification_EnableLowLatencyRateControl after VTCompressionSessionCreate()?
I meant setting it by
SetVTSessionProperty(
compressionSession, kVTVideoEncoderSpecification_EnableLowLatencyRateControl, kCFBooleanTrue);
And, compressionSession has been created by VTCompressionSessionCreate().
Is it necessary to set it before VTCompressionSessionCreate()?