Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.AAC.WrapInMP4 property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property WrapInMP4 As bool


 

[C#]

public bool WrapInMP4 {get; set;}


 

[C++]

public: __property bool get_WrapInMP4();

public: __property void set_WrapInMP4(bool);


 

 

Remarks

Wraps AAC data in MP4 container.

 

Due to the fact that AAC format doesn't support tags, during CD ripping sessions this property is ignored if the CddbAddTagOnCdRipping property is set to True, condition where only MP4 is supported.

 

This property is used only in the following situations:

During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_AAC (for further details see the How to perform a recording session section).

During a CD ripping session if the EncodeFormats.ForCdRipping property is set to ENCODING_FORMAT_AAC (for further details see the How to perform a CD ripping session section).

During an exporting session if the EncodeFormats.ForExporting property is set to ENCODING_FORMAT_AAC (for further details see the How to export a recorded sound section).

 

This property is the same as entering the -w setting inside the Appendix C - Faac command line.

 

For further details about encoding in AAC and MP4 format refer to the EncodeAAC class section.

For further information about available encoding formats see the EncodeFormatsMan class.