FBAudioOutputLocation Class Reference

FBAudioOutputLocation Class Reference

#include <mobu-python-api.h>

Class Description

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

+ Inheritance diagram for FBAudioOutputLocation:

Public Attributes

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

Member Data Documentation

object FBAudioOutputLocationCount
object FBAudioOutputLocationEmbedded

The audio is embedded within the video output file.

object FBAudioOutputLocationEmbeddedAndStandalone

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

object FBAudioOutputLocationStandalone

The audio is rendered in a standalone output file.