Class VLCapture.TALOptionalDefaultAudioFormat
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' OptionalDefaultAudioFormat : [[Class ALAudioFormat.TALAudioFormatBasic|Mitov.VideoLab.AudioFormatBasic]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 50: | Line 50: | ||
*[[Property ALAudioFormat.TALAudioFormatBasic.SampleRate|SampleRate]] | *[[Property ALAudioFormat.TALAudioFormatBasic.SampleRate|SampleRate]] | ||
*[[Property ALAudioFormat.TALAudioFormatBasic.ChannelMask|ChannelMask]] | *[[Property ALAudioFormat.TALAudioFormatBasic.ChannelMask|ChannelMask]] | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function ALAudioFormat.TALAudioFormatBasic.GetWaveFormat() : PALWaveFormatExtensible|function GetWaveFormat() : PALWaveFormatExtensible]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLCapture
Inherits: TALAudioFormatBasic
Contents |
Syntax
Delphi:
type TALOptionalDefaultAudioFormat = class( TALAudioFormatBasic )
C++ Builder:
class TALOptionalDefaultAudioFormat : public TALAudioFormatBasic
Visual C++ (MFC):
class CTALOptionalDefaultAudioFormat : public CTALAudioFormatBasic
C# (.NET):
public ref class OptionalDefaultAudioFormat : Mitov.VideoLab.AudioFormatBasic
Summary
Optional Audio Format settings class.
Description
Defines optional audio format class to be used for the AudioFormat properties.
Properties
Published
- Current - Specifies if the current format will be used.
- BufferSize - Specifies the desired buffer size in audio samples.