Python Reference Guide
 
Loading...
Searching...
No Matches
FBAudioOutputLocation Class Reference

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

#include <pyfbsdk_generated.h>

Inheritance diagram for FBAudioOutputLocation:

Public Attributes

 FBAudioOutputLocationEmbedded
 The audio is embedded within the video output file.

 
 FBAudioOutputLocationStandalone
 The audio is rendered in a standalone output file.

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

 
 FBAudioOutputLocationCount
 Count.

 

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.