UsdMedia module#

Summary: The UsdMedia module provides a representation for including other media, such as audio, in the context of a stage. UsdMedia currently contains one media type, UsdMediaSpatialAudio, which allows the playback of audio files both spatially and non-spatially.


Classes:

class pxr.UsdMedia.AssetPreviewsAPI#

Classes:

Methods:

class Thumbnails#

Attributes:

property defaultImage#
static Apply()#
static CanApply()#
ClearDefaultThumbnails()#
static Get()#
static GetAssetDefaultPreviews()#
GetDefaultThumbnails()#
static GetSchemaAttributeNames()#
SetDefaultThumbnails()#
class pxr.UsdMedia.SpatialAudio#

Methods:

CreateAuralModeAttr()#
CreateEndTimeAttr()#
CreateFilePathAttr()#
CreateGainAttr()#
CreateMediaOffsetAttr()#
CreatePlaybackModeAttr()#
CreateStartTimeAttr()#
static Define()#
static Get()#
GetAuralModeAttr()#
GetEndTimeAttr()#
GetFilePathAttr()#
GetGainAttr()#
GetMediaOffsetAttr()#
GetPlaybackModeAttr()#
static GetSchemaAttributeNames()#
GetStartTimeAttr()#
class pxr.UsdMedia.Tokens#

Attributes:

AssetPreviewsAPI = 'AssetPreviewsAPI'#
SpatialAudio = 'SpatialAudio'#
auralMode = 'auralMode'#
defaultImage = 'defaultImage'#
endTime = 'endTime'#
filePath = 'filePath'#
gain = 'gain'#
loopFromStage = 'loopFromStage'#
loopFromStart = 'loopFromStart'#
loopFromStartToEnd = 'loopFromStartToEnd'#
mediaOffset = 'mediaOffset'#
nonSpatial = 'nonSpatial'#
onceFromStart = 'onceFromStart'#
onceFromStartToEnd = 'onceFromStartToEnd'#
playbackMode = 'playbackMode'#
previewThumbnails = 'previews:thumbnails'#
previewThumbnailsDefault = 'previews:thumbnails:default'#
previews = 'previews'#
spatial = 'spatial'#
startTime = 'startTime'#
thumbnails = 'thumbnails'#