All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdMediaTokensType Class Reference

UsdMediaTokens provides static, efficient TfTokens for use in all public USD API. More...

Public Attributes

const TfToken auralMode
 "auralMode" More...
 
const TfToken endTime
 "endTime" More...
 
const TfToken filePath
 "filePath" More...
 
const TfToken gain
 "gain" More...
 
const TfToken loopFromStage
 "loopFromStage" More...
 
const TfToken loopFromStart
 "loopFromStart" More...
 
const TfToken loopFromStartToEnd
 "loopFromStartToEnd" More...
 
const TfToken mediaOffset
 "mediaOffset" More...
 
const TfToken nonSpatial
 "nonSpatial" More...
 
const TfToken onceFromStart
 "onceFromStart" More...
 
const TfToken onceFromStartToEnd
 "onceFromStartToEnd" More...
 
const TfToken playbackMode
 "playbackMode" More...
 
const TfToken spatial
 "spatial" More...
 
const TfToken startTime
 "startTime" More...
 
const std::vector< TfTokenallTokens
 A vector of all of the tokens listed above. More...
 

Detailed Description

UsdMediaTokens provides static, efficient TfTokens for use in all public USD API.

These tokens are auto-generated from the module's schema, representing property names, for when you need to fetch an attribute or relationship directly by name, e.g. UsdPrim::GetAttribute(), in the most efficient manner, and allow the compiler to verify that you spelled the name correctly.

UsdMediaTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdMediaTokens like so:

* gprim.GetMyTokenValuedAttr().Set(UsdMediaTokens->auralMode);
*

Definition at line 63 of file tokens.h.

Member Data Documentation

const std::vector<TfToken> allTokens

A vector of all of the tokens listed above.

Definition at line 122 of file tokens.h.

const TfToken auralMode

"auralMode"

UsdMediaSpatialAudio

Definition at line 68 of file tokens.h.

const TfToken endTime

"endTime"

UsdMediaSpatialAudio

Definition at line 72 of file tokens.h.

const TfToken filePath

"filePath"

UsdMediaSpatialAudio

Definition at line 76 of file tokens.h.

const TfToken gain

"gain"

UsdMediaSpatialAudio

Definition at line 80 of file tokens.h.

const TfToken loopFromStage

"loopFromStage"

Possible value for UsdMediaSpatialAudio::GetPlaybackModeAttr()

Definition at line 84 of file tokens.h.

const TfToken loopFromStart

"loopFromStart"

Possible value for UsdMediaSpatialAudio::GetPlaybackModeAttr()

Definition at line 88 of file tokens.h.

const TfToken loopFromStartToEnd

"loopFromStartToEnd"

Possible value for UsdMediaSpatialAudio::GetPlaybackModeAttr()

Definition at line 92 of file tokens.h.

const TfToken mediaOffset

"mediaOffset"

UsdMediaSpatialAudio

Definition at line 96 of file tokens.h.

const TfToken nonSpatial

"nonSpatial"

Possible value for UsdMediaSpatialAudio::GetAuralModeAttr()

Definition at line 100 of file tokens.h.

const TfToken onceFromStart

"onceFromStart"

Possible value for UsdMediaSpatialAudio::GetPlaybackModeAttr(), Default value for UsdMediaSpatialAudio::GetPlaybackModeAttr()

Definition at line 104 of file tokens.h.

const TfToken onceFromStartToEnd

"onceFromStartToEnd"

Possible value for UsdMediaSpatialAudio::GetPlaybackModeAttr()

Definition at line 108 of file tokens.h.

const TfToken playbackMode

"playbackMode"

UsdMediaSpatialAudio

Definition at line 112 of file tokens.h.

const TfToken spatial

"spatial"

Possible value for UsdMediaSpatialAudio::GetAuralModeAttr(), Default value for UsdMediaSpatialAudio::GetAuralModeAttr()

Definition at line 116 of file tokens.h.

const TfToken startTime

"startTime"

UsdMediaSpatialAudio

Definition at line 120 of file tokens.h.


The documentation for this class was generated from the following file: