Python Reference Guide
FBAudioOutputLocation Class Reference

Type of locations where the audio is rendered when rendering a scene using a video format. More...

Inheritance diagram for FBAudioOutputLocation:

Public Attributes

 FBAudioOutputLocationEmbedded
 The audio is embedded within the video output file.
More...
 
 FBAudioOutputLocationStandalone
 The audio is rendered in a standalone output file.
More...
 
 FBAudioOutputLocationEmbeddedAndStandalone
 The audio is embedded within the video output file and is also rendered in a standalone output file.
More...
 
 FBAudioOutputLocationCount
 Count.
More...
 

Detailed Description

Type of locations where the audio is rendered when rendering a scene using a video format.


Member Data Documentation

◆ FBAudioOutputLocationCount

FBAudioOutputLocationCount

Count.

◆ FBAudioOutputLocationEmbedded

FBAudioOutputLocationEmbedded

The audio is embedded within the video output file.

◆ FBAudioOutputLocationEmbeddedAndStandalone

FBAudioOutputLocationEmbeddedAndStandalone

The audio is embedded within the video output file and is also rendered in a standalone output file.

◆ FBAudioOutputLocationStandalone

FBAudioOutputLocationStandalone

The audio is rendered in a standalone output file.