AacAudioEncoderConfigurationFormat Property |
Encapsulation format. Select ADIF for storage and ADTS for streaming.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public AACFormats Format { get; set; }
Public Property Format As AACFormats
Get
Set
public:
property AACFormats Format {
AACFormats get ();
void set (AACFormats value);
}
member Format : AACFormats with get, set
Property Value
Type:
AACFormatsSee Also