Saves the fine-tuning information for all channels.
public void StoreAutoTune() Public Sub StoreAutoTune() public:void StoreAutoTune();
Saves the fine-tuning information for all channels. "Fine tune" each channel available in a given area using the AutoTune method and generate a table of channel information. When all of the channels have been "fine tuned", then call StoreAutoTune to store all of the channel information. For more detailed information, refer to the Microsoft documentation for IAMTVTuner.StoreAutoTune.
using Leadtools;using Leadtools.MediaFoundation;using LeadtoolsMediaFoundationExamples.Fixtures;public bool _result = false;public CaptureCtrlForm _form = new CaptureCtrlForm();public void AutoTuneExample(){// reference the capture controlCaptureCtrl capturectrl = _form.CaptureCtrl;try{// try set the analog video capture device, use your device name hereif (capturectrl.VideoDevices["Analog"] != null)capturectrl.VideoDevices["Analog"].Selected = true;// reference the TV tuner interfaceTVTuner tvtuner = capturectrl.TVTuner;// Check if TV tuner is validif (tvtuner != null){// get the min and max channel infoint minChan = tvtuner.ChannelMin;int maxChan = tvtuner.ChannelMax;// select a channel between min and max to auto tune, do this for as many channels as desiredint tuneChan = 25;int ok = tvtuner.AutoTune(tuneChan);// if we auto-tuned successfully, store the infoif (ok != 0){// store the auto tune informationtvtuner.StoreAutoTune();// set the result to what we expect_result = true;}}}catch (Exception){_result = false;}}
Imports LeadtoolsImports Leadtools.MediaFoundationImports LeadtoolsMediaFoundationExamples.FixturesPublic _result As Boolean = FalsePublic _form As CaptureCtrlForm = New CaptureCtrlForm()Public Sub AutoTuneExample()' reference the capture controlDim capturectrl As CaptureCtrl = _form.CaptureCtrlTry' try set the analog video capture device, use your device name hereIf Not capturectrl.VideoDevices("Analog") Is Nothing Thencapturectrl.VideoDevices("Analog").Selected = TrueEnd If' reference the TV tuner interfaceDim tvtuner As TVTuner = capturectrl.TVTuner' Check if TV tuner is validIf Not tvtuner Is Nothing Then' get the min and max channel infoDim minChan As Integer = tvtuner.ChannelMinDim maxChan As Integer = tvtuner.ChannelMax' select a channel between min and max to auto tune, do this for as many channels as desiredDim tuneChan As Integer = 25Dim ok As Integer = tvtuner.AutoTune(tuneChan)' if we auto-tuned successfully, store the infoIf ok <> 0 Then' store the auto tune informationtvtuner.StoreAutoTune()' set the result to what we expect_result = TrueEnd IfEnd IfCatch e1 As Exception_result = FalseEnd TryEnd Sub
|
Products |
Support |
Feedback: StoreAutoTune Method - Leadtools.MediaFoundation |
Introduction |
Help Version 19.0.2017.6.16
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.