mmsharing/mmshengine/src/musengclipsession.cpp
branchRCL_3
changeset 38 ac48f0cc9f9c
parent 33 bc78a40cd63c
child 41 755f0370535b
equal deleted inserted replaced
35:6c57ef9392d2 38:ac48f0cc9f9c
  1103                 
  1103                 
  1104             MUS_LOG2( "mus: [ENGINE]    position = %Ld, duration = %Ld", 
  1104             MUS_LOG2( "mus: [ENGINE]    position = %Ld, duration = %Ld", 
  1105                         position.Int64(), 
  1105                         position.Int64(), 
  1106                         duration.Int64() )
  1106                         duration.Int64() )
  1107                         
  1107                         
  1108             TRAP( error, isRewindFromEnd = 
  1108             isRewindFromEnd = 
  1109                         ( position.Int64() != 0 && 
  1109                         ( position.Int64() != 0 && 
       
  1110                           position.Int64() == duration.Int64() && 
  1110                           !filesource->IsEnabled() && 
  1111                           !filesource->IsEnabled() && 
  1111                           videoOut->State() == CMceMediaStream::EDisabled &&
  1112                           videoOut->State() == CMceMediaStream::EDisabled &&
  1112                           !iPause ) )
  1113                           !iPause );
       
  1114                           
  1113             if(  isRewindFromEnd )
  1115             if(  isRewindFromEnd )
  1114                 {
  1116                 {
  1115                 MUS_LOG( "mus: [ENGINE]     Rewind from end of clip" )
  1117                 MUS_LOG( "mus: [ENGINE]     Rewind from end of clip" )
  1116                 }
  1118                 }
  1117             }
  1119             }