#include
<fbdeck.h>
Definition at line 114 of file fbdeck.h.
Public Member Functions |
|
FBDeck (char *pName, HIObject pObject=NULL) | |
Constructor. |
|
virtual void | DeckStatusUpdateNotify () |
Interface to IObject. |
|
virtual void | DeckAutoCommandsNotify () |
Deck auto commands notification. |
|
virtual void | Rewind () |
Rewind. |
|
virtual void | Stop () |
Stop. |
|
virtual void | Play (double pSpeed=1.0) |
Play forwards. |
|
virtual void | Forward () |
Fast forward. |
|
virtual void | ReversePlay (double pSpeed=1.0) |
Play backwards. |
|
virtual void | StepBack () |
Step backwards. |
|
virtual void | StepForward () |
Step forwards. |
|
virtual void | Eject () |
Eject tape. |
|
virtual void | CueAt (FBTime pTime) |
Cue deck at a given time. |
|
virtual FBTime | GetTime () |
Get the deck's time. |
|
virtual bool | FbxStore (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
FBX Store/Retrieval functions. |
|
virtual bool | FbxRetrieve (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
FBX Store/Retrieval functions. |
|
Public Attributes |
|
char * | UniqueName |
internal Unique name. |
|
FBPropertyString | IconFilename |
Read Write Property: Filename of icon
for deck. |
|
FBPropertyBool | Online |
Read Write Property: Is deck online?
|
|
FBPropertyTime | Offset |
Read Write Property: Current offset
for the TC. |
|
FBPropertyTime | Latency |
Read Write Property: Latency of
response for the deck; |
|
FBPropertyTime | PreRoll |
Read Write Property: Pre-Roll.
|
|
FBPropertyTime | PostRoll |
Read Write Property: Post-Roll.
|
|
FBPropertyDeckTransportMode | TransportControl |
Read Write Property: Mode w/r to TC
(None, Slave, Master ); |
|
FBPropertyBool | CassetteInside |
Read Only Property: Is the cassette
inside? |
|
FBPropertyBool | PlayingForward |
Read Only Property: Playing forward?
|
|
FBPropertyBool | PlayingBackward |
Read Only Property: Playing
backwards? |
|
FBPropertyBool | EE |
Read Write Property: Is EE on?
|
|
FBPropertyBool | StandBy |
Read Write Property: In standby mode?
|
FBDeck | ( | char * | pName, | |
HIObject | pObject = NULL |
|||
) |
Constructor.
pName | Name of deck. | |
pObject | Internal parent object (default is NULL). |
virtual void DeckStatusUpdateNotify | ( | ) | [virtual] |
Interface to IObject.
Deck status update notification.
virtual void DeckAutoCommandsNotify | ( | ) | [virtual] |
Deck auto commands notification.
virtual void Rewind | ( | ) | [virtual] |
Rewind.
virtual void Stop | ( | ) | [virtual] |
Stop.
virtual void Play | ( | double | pSpeed = 1.0 |
) | [virtual] |
Play forwards.
pSpeed | Playback speed (default is 1.0). |
virtual void Forward | ( | ) | [virtual] |
Fast forward.
virtual void ReversePlay | ( | double | pSpeed = 1.0 |
) | [virtual] |
Play backwards.
pSpeed | Playback speed(default is 1.0). |
virtual void StepBack | ( | ) | [virtual] |
Step backwards.
virtual void StepForward | ( | ) | [virtual] |
Step forwards.
virtual void Eject | ( | ) | [virtual] |
Eject tape.
virtual void CueAt | ( | FBTime | pTime | ) | [virtual] |
Cue deck at a given time.
pTime | Time to cue deck at. |
virtual FBTime GetTime | ( | ) | [virtual] |
Get the deck's time.
virtual bool FbxStore | ( | HFBFbxObject | pFbxObject, | |
kFbxObjectStore | pStoreWhat | |||
) | [virtual] |
FBX Store/Retrieval functions.
virtual bool FbxRetrieve | ( | HFBFbxObject | pFbxObject, | |
kFbxObjectStore | pStoreWhat | |||
) | [virtual] |
FBX Store/Retrieval functions.
char* UniqueName |
FBPropertyDeckTransportMode TransportControl |