Searched refs:timecode_type (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/media/
H A DTimeCode.h14 enum timecode_type { enum
28 timecode_type type;
52 status_t get_timecode_description(timecode_type type,
62 timecode_type type = B_TIMECODE_DEFAULT);
66 timecode_type type = B_TIMECODE_DEFAULT);
71 status_t SetType(timecode_type type);
89 timecode_type Type() const;
92 timecode_type* _type = NULL) const;
/haiku/src/kits/media/
H A DTimeCode.cpp179 status_t get_timecode_description(timecode_type type, timecode_info * out_timecode)
257 timecode_type type)
279 timecode_type type)
309 BTimeCode::SetType(timecode_type type)
445 timecode_type
459 timecode_type *out_type) const

Completed in 92 milliseconds